summaryrefslogtreecommitdiff
path: root/x11/xfce
diff options
context:
space:
mode:
authormartti <martti>2002-03-05 10:06:15 +0000
committermartti <martti>2002-03-05 10:06:15 +0000
commit008ed75e149ffb6acf457b9210bbfec1365038a9 (patch)
treecc7f3cbc58dde861c4cdf59272a7cebe78300fbb /x11/xfce
parent2f7417f68ca4535afc50c46b8eb6ba5c69933bdf (diff)
downloadpkgsrc-008ed75e149ffb6acf457b9210bbfec1365038a9.tar.gz
Added --disable-libiconv to CONFIGURE_ARGS to ignore libiconv even if
it is installed. Reported by Dominic Jones in netbsd-help.
Diffstat (limited to 'x11/xfce')
-rw-r--r--x11/xfce/Makefile5
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"