diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-17 12:52:38 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-17 12:52:38 +0000 |
commit | 942dd7ff4e820ed295c08b6baba0d3533739d332 (patch) | |
tree | dcdd52cf08194f9519a020f1519984a311e4c52f /x11-wm | |
parent | dekagen is a front-end to several tools for the ripping, converting, and (diff) |
- Fix LIB_DEPENDS
PR: 55667
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=87124
Diffstat (limited to 'x11-wm')
-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: |