diff options
author | krion <krion@FreeBSD.org> | 2003-08-17 20:52:38 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-17 20:52:38 +0800 |
commit | 737f62b769a1067e8deb5a15705eb54db0bd3a7c (patch) | |
tree | 37c229f9329f82de714dc92d6094643533851ab7 /x11-wm/icewm | |
parent | a4e3ed2a6fee35202743ef3a801d8b04ecaf9806 (diff) | |
download | freebsd-ports-gnome-737f62b769a1067e8deb5a15705eb54db0bd3a7c.tar.gz freebsd-ports-gnome-737f62b769a1067e8deb5a15705eb54db0bd3a7c.tar.zst freebsd-ports-gnome-737f62b769a1067e8deb5a15705eb54db0bd3a7c.zip |
- Fix LIB_DEPENDS
PR: 55667
Submitted by: Ports Fury
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index f761b55eeffd..942402e23439 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -15,8 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@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 @@ PLIST_SUB+= ESOUND="@comment " GNOMEDESKTOP="@comment " .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: |