diff options
author | taya <taya@pkgsrc.org> | 2004-06-02 15:10:03 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2004-06-02 15:10:03 +0000 |
commit | 42351a109fc4f254428c931a2f5ab10d2a1fae71 (patch) | |
tree | 6ee4da12b6d6cb52b6c34fdc98ae5cd777a5c015 /www | |
parent | ba3eb410daaba8dec971b58a63baba69145e9ec0 (diff) | |
download | pkgsrc-42351a109fc4f254428c931a2f5ab10d2a1fae71.tar.gz |
- copy amd64 support patch from www/mozilla
- correct ARM architecture handling
- add g++-3.0 support for xpcom module on alpha
- bump PKGREVISION
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox-gtk2/Makefile b/www/firefox-gtk2/Makefile index aec9c5babfc..aba3225c88c 100644 --- a/www/firefox-gtk2/Makefile +++ b/www/firefox-gtk2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2004/03/11 19:07:03 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2004/06/02 15:10:03 taya Exp $ MOZILLA= firefox-gtk2 MOZILLA_BIN= firefox-bin MOZ_VER= 0.8 -PKGREVISION= 2 +PKGREVISION= 3 EXTRACT_SUFX= .tar.bz2 DISTNAME= firefox-source-${MOZ_VER} |