diff options
author | abs <abs@pkgsrc.org> | 2005-04-02 14:38:14 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-04-02 14:38:14 +0000 |
commit | 5767dfec3f57276c46b26716b3fb57721b7a5401 (patch) | |
tree | 03eee7b5ad903954b138678808785b23e4d2bfca /www/firefox | |
parent | 8fd00483dbdc967dab343e7d2cfc6be9289535c6 (diff) | |
download | pkgsrc-5767dfec3f57276c46b26716b3fb57721b7a5401.tar.gz |
MOZILLA_USE_GTK2 needs --disable-gnomevfs, so make this so in
mozilla/Makefile.common, rather than adding it into each Makefile
(also fixes thunderbird-gtk2).
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 3e81b67fa3f..4c1020f91f5 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/03/31 19:55:09 drochner Exp $ +# $NetBSD: Makefile,v 1.14 2005/04/02 14:38:14 abs Exp $ MOZILLA= firefox EXTRACT_SUFX= .tar.bz2 @@ -7,6 +7,5 @@ COMMENT= Lightweight gecko-based web browser MOZILLA_USE_GTK2= # defined MOZILLA_USE_XFT= YES -CONFIGURE_ARGS+= --disable-gnomevfs .include "../../www/firefox/Makefile-firefox.common" |