summaryrefslogtreecommitdiff
path: root/www/firefox-bin/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2004-06-29 14:47:10 +0000
committergrant <grant>2004-06-29 14:47:10 +0000
commit55bcf3d6d8652608d704f8d1ad0aeb9b1ca9825c (patch)
tree8722e7eaa4406818afe7ffe0104b60844e409c13 /www/firefox-bin/Makefile
parentec0399132d8485f8cf7179afd5dc95d29a4d4b4a (diff)
downloadpkgsrc-55bcf3d6d8652608d704f8d1ad0aeb9b1ca9825c.tar.gz
update firefox-bin to 0.9.
Linux tested - there are no NetBSD builds so far and the Linux builds require glibc-2.3 which isn't in pkgsrc so does not work out of the box on NetBSD yet. changes since 0.8 can be found at: http://www.mozilla.org/products/firefox/releases/0.9.html
Diffstat (limited to 'www/firefox-bin/Makefile')
-rw-r--r--www/firefox-bin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/firefox-bin/Makefile b/www/firefox-bin/Makefile
index f73a14a1060..10ae71e8692 100644
--- a/www/firefox-bin/Makefile
+++ b/www/firefox-bin/Makefile
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2004/02/10 11:52:59 grant Exp $
+# $NetBSD: Makefile,v 1.3 2004/06/29 14:47:10 grant Exp $
MOZILLA= firefox
+MOZ_VER= 0.9
HOMEPAGE= http://www.mozilla.org/projects/firefox/
COMMENT= Lightweight gecko-based web browser (binary pkg)
-ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86 NetBSD-*-i386
+ONLY_FOR_PLATFORM+= Linux-*-i386 # NetBSD-*-i386
ONLY_FOR_PLATFORM+= SunOS-5.[89]*-*
.include "../../www/mozilla-bin/Makefile.common"