diff options
author | rillig <rillig> | 2007-02-15 14:52:58 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-02-15 14:52:58 +0000 |
commit | a10553f212d0c4155d689619831406b6a5959039 (patch) | |
tree | 0b5296eb240a30f269f667c01f220516bc90f7d7 /x11 | |
parent | 1868bde66dfc9474ca2c247d06210fb569fc4105 (diff) | |
download | pkgsrc-a10553f212d0c4155d689619831406b6a5959039.tar.gz |
Some of the scripts don't really need Bash. PKGREVISION++
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce3/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xfce3/Makefile b/x11/xfce3/Makefile index fd6878ac987..a10ae07c7a7 100644 --- a/x11/xfce3/Makefile +++ b/x11/xfce3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2007/01/09 09:31:17 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2007/02/15 14:52:58 rillig Exp $ DISTNAME= xfce-3.8.18 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= x11 MASTER_SITES= http://www.xfce.org/archive/ @@ -33,6 +33,8 @@ CONFIGURE_ARGS+= --enable-imlib=${BUILDLINK_PREFIX.imlib:Q} CONFIGURE_ARGS+= --disable-libiconv CONFIGURE_ARGS+= --disable-audiofile +REPLACE_SH+= scripts/CDE2Xfcepal other/Xclients + # work around bug in configure script #CONFIGURE_ENV+= gt_cv_func_gettext_libintl="yes" |