ports/55667: Update port: x11-wm/icewm

KATO Tsuguru tkato at prontomail.com
Sun Aug 17 12:30:26 UTC 2003


>Number:         55667
>Category:       ports
>Synopsis:       Update port: x11-wm/icewm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 17 05:30:20 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix LIB_DEPENDS

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-wm/icewm/Makefile x11-wm/icewm/Makefile
--- /usr/ports/x11-wm/icewm/Makefile	Sun Aug 17 10:56:33 2003
+++ x11-wm/icewm/Makefile	Sun Aug 17 10:58:40 2003
@@ -15,8 +15,7 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Window Manager designed for speed, usability and consistency
 
-LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext \
-		Xft.2:${PORTSDIR}/x11-fonts/Xft
+LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
 
 USE_X_PREFIX=	yes
 WANT_GNOME=	yes
@@ -56,6 +55,8 @@
 
 .if ${XFREE86_VERSION} < 4 || defined(WITHOUT_XFT)
 CONFIGURE_ARGS+=	--enable-corefonts --disable-xfreetype
+.else
+LIB_DEPENDS+=	Xft.2:${PORTSDIR}/x11-fonts/Xft
 .endif
 
 post-patch:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list