From 942dd7ff4e820ed295c08b6baba0d3533739d332 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 17 Aug 2003 12:52:38 +0000 Subject: - Fix LIB_DEPENDS PR: 55667 Submitted by: Ports Fury --- x11-wm/icewm/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11-wm/icewm') 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: -- cgit v1.2.3