summaryrefslogtreecommitdiff
path: root/x11/xfce/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xfce/Makefile')
-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"