diff options
Diffstat (limited to 'x11/xfce/Makefile')
-rw-r--r-- | x11/xfce/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/xfce/Makefile b/x11/xfce/Makefile index f69c5836343..bf291ed6d61 100644 --- a/x11/xfce/Makefile +++ b/x11/xfce/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2000/01/10 19:11:10 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2000/03/03 17:50:25 jwise Exp $ -DISTNAME= xfce-3.1.2 +DISTNAME= xfce-3.3.1 CATEGORIES= x11 MASTER_SITES= http://www.xfce.org/archive/ @@ -9,13 +9,15 @@ HOMEPAGE= http://www.xfce.org/ DEPENDS+= gettext-0.10.*:../../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 CONFIGURE_ENV+= XFCE_LOCALE_DIR=${PREFIX}/share/locale -CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share +CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share \ + --with-imlib=${X11BASE} --with-xpm=${X11BASE} USE_GMAKE= yes .include "../../mk/bsd.pkg.mk" |