aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/icewm
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>1999-03-19 12:40:10 +0800
committernectar <nectar@FreeBSD.org>1999-03-19 12:40:10 +0800
commitbdd5f89df052832c0ac9ea613a29ae23533d514d (patch)
tree33ed6beaf6e68d743f7fde73e6e0eaeeba00fd26 /x11-wm/icewm
parentf461077854f1eb137f0c6671c39e189c13099d5b (diff)
downloadfreebsd-ports-graphics-bdd5f89df052832c0ac9ea613a29ae23533d514d.tar.gz
freebsd-ports-graphics-bdd5f89df052832c0ac9ea613a29ae23533d514d.tar.zst
freebsd-ports-graphics-bdd5f89df052832c0ac9ea613a29ae23533d514d.zip
Now that gettext includes a shared library, dependencies should
use it in LIB_DEPENDS. PR: ports/10647 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r--x11-wm/icewm/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index a9ac1f16f10..57c158ffe82 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 August 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.31 1999/01/17 19:48:00 vanilla Exp $
+# $Id: Makefile,v 1.32 1999/03/17 06:41:24 nectar Exp $
#
DISTNAME= icewm-0.9.34
@@ -15,11 +15,10 @@ EXTRACT_SUFX= .src.tar.gz
MAINTAINER= nacai@iname.com
.if defined(GNOME)
-BUILD_DEPENDS+= gnome-config:${PORTSDIR}/x11/gnomelibs
-BUILD_DEPENDS+= imlib-config:${PORTSDIR}/graphics/imlib
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libintl.a:${PORTSDIR}/devel/gettext
-.endif
+LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs
+.else
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+.endif
USE_GMAKE= yes
USE_X_PREFIX= yes