summaryrefslogtreecommitdiff
path: root/x11/xfce
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-08-23 23:14:21 +0000
committertron <tron@pkgsrc.org>2000-08-23 23:14:21 +0000
commitf0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch)
tree623953a643a6181e26e24311ef14ff20193779e7 /x11/xfce
parent3587744105d1c40ee4f94fcd5c50335818522169 (diff)
downloadpkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/xfce')
-rw-r--r--x11/xfce/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/xfce/Makefile b/x11/xfce/Makefile
index 13614263015..56238538b4b 100644
--- a/x11/xfce/Makefile
+++ b/x11/xfce/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2000/07/31 04:14:13 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2000/08/23 23:14:35 tron Exp $
DISTNAME= xfce-3.3.1
CATEGORIES= x11
@@ -10,11 +10,11 @@ HOMEPAGE= http://www.xfce.org/
DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= imlib-1.9.*:../../graphics/imlib
-DEPENDS+= xpm-3.4k:../../graphics/xpm
-USE_X11= yes
-USE_X11BASE= yes
-GNU_CONFIGURE= yes
+USE_X11= YES
+USE_XPM= YES
+USE_X11BASE= YES
+GNU_CONFIGURE= YES
CONFIGURE_ENV+= XFCE_LOCALE_DIR=${PREFIX}/share/locale
EVAL_PREFIX+= IMLIBDIR=imlib XPMDIR=xpm
@@ -22,6 +22,6 @@ CONFIGURE_ARGS+=--without-included-gettext \
--datadir=${PREFIX}/share \
--with-imlib=${IMLIBDIR} \
--with-xpm=${XPMDIR}
-USE_GMAKE= yes
+USE_GMAKE= YES
.include "../../mk/bsd.pkg.mk"