diff options
author | martti <martti@pkgsrc.org> | 2002-03-05 10:06:15 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-03-05 10:06:15 +0000 |
commit | f28b9bad8dcb116b942e06e745139f292d7541be (patch) | |
tree | cc7f3cbc58dde861c4cdf59272a7cebe78300fbb /x11 | |
parent | 0537ad9007257dbcd331659d67ecf0f13345b1b7 (diff) | |
download | pkgsrc-f28b9bad8dcb116b942e06e745139f292d7541be.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')
-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" |