diff options
author | abs <abs@pkgsrc.org> | 2005-04-01 08:59:12 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-04-01 08:59:12 +0000 |
commit | 583c29bb1396dc4105a275e0bfe8ebc404c0b199 (patch) | |
tree | 3640c24a5f71b37272a108c9d4f4a645bdc46d94 /www/mozilla-gtk2 | |
parent | 7a0d3d4d6576b3fea91a160378f08c1af6f432c2 (diff) | |
download | pkgsrc-583c29bb1396dc4105a275e0bfe8ebc404c0b199.tar.gz |
Explicitly pass --disable-gnomevfs to avoid attemping to pull in gnomevfs
if installed on the system. Follows www/firefox/Makefile 1.13.
PKGREVISION unchanged as generated binary unaltered (on those systems which
could build it previously)
Diffstat (limited to 'www/mozilla-gtk2')
-rw-r--r-- | www/mozilla-gtk2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mozilla-gtk2/Makefile b/www/mozilla-gtk2/Makefile index be7738f1371..ff1d1ca71ed 100644 --- a/www/mozilla-gtk2/Makefile +++ b/www/mozilla-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/03/24 14:08:28 taya Exp $ +# $NetBSD: Makefile,v 1.18 2005/04/01 08:59:12 abs Exp $ MOZILLA= mozilla-gtk2 MOZILLA_BIN= mozilla-bin @@ -18,5 +18,6 @@ BUILD_CALENDAR= # defined MOZILLA_USE_GTK2= # defined MOZILLA_USE_XFT= YES +CONFIGURE_ARGS+= --disable-gnomevfs .include "../../www/mozilla/Makefile.common" |