diff options
author | tron <tron> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 23:14:21 +0000 |
commit | 3bb1003bffe659fe78e3ff049aa5e426d687763a (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /x11/xfce | |
parent | ea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff) | |
download | pkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/xfce')
-rw-r--r-- | x11/xfce/Makefile | 12 |
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" |