diff options
-rw-r--r-- | x11/xfce/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xfce/Makefile b/x11/xfce/Makefile index 0afcd529e88..a90cc588917 100644 --- a/x11/xfce/Makefile +++ b/x11/xfce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/02/15 09:05:01 martti Exp $ +# $NetBSD: Makefile,v 1.23 2002/03/05 10:06:15 martti Exp $ DISTNAME= xfce-3.8.14 CATEGORIES= x11 @@ -6,7 +6,7 @@ MASTER_SITES= http://www.xfce.org/archive/ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.xfce.org/ -COMMENT= Lightweight desktop environment with a look and feel similar to CDE +COMMENT= Lightweight desktop environment with CDE look and feel BUILD_USES_MSGFMT= yes DEPENDS+= gtk+-1.2.*:../../x11/gtk @@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --without-included-gettext CONFIGURE_ARGS+= --datadir=${PREFIX}/share CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc CONFIGURE_ARGS+= --enable-imlib=${IMLIBDIR} +CONFIGURE_ARGS+= --disable-libiconv # work around bug in configure script CONFIGURE_ENV+= gt_cv_func_gettext_libintl="yes" |