summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authordrochner <drochner>2005-03-31 19:55:09 +0000
committerdrochner <drochner>2005-03-31 19:55:09 +0000
commitabfb42701d4576b5ed831b8158cb98a63c516e02 (patch)
treee24905c7d8b17220e8ef41c71a2a59a070c20950 /www/firefox
parent0a91e4ebaf7c769598fc066da060ebdf6ee97d6c (diff)
downloadpkgsrc-abfb42701d4576b5ed831b8158cb98a63c516e02.tar.gz
explicitely --disable-gnomevfs; otherwise gnome stuff will be found
and some extension tried to be built which fails because not buildlink'd
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 679d81753c8..3e81b67fa3f 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/02/27 13:20:43 taya Exp $
+# $NetBSD: Makefile,v 1.13 2005/03/31 19:55:09 drochner Exp $
MOZILLA= firefox
EXTRACT_SUFX= .tar.bz2
@@ -7,5 +7,6 @@ COMMENT= Lightweight gecko-based web browser
MOZILLA_USE_GTK2= # defined
MOZILLA_USE_XFT= YES
+CONFIGURE_ARGS+= --disable-gnomevfs
.include "../../www/firefox/Makefile-firefox.common"