diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-30 19:44:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-30 19:44:48 +0000 |
commit | b291c5263ad60aba9ebc1137020110939aa519e7 (patch) | |
tree | 51357ae2fcc8f140f5aa448664f969b82ce5c14b /www/firefox35/Makefile | |
parent | ca3367d5fb66c135b4f3dd2543ad1b650214251f (diff) |
- Please welcome Firefox-3.5 Release
What?s New in Firefox 3.5:
http://www.mozilla-europe.org/en/press/2009/06/30/1293-mozilla-advances-the-web-with-firefox-35
Thanks to: All testers and helpers, my Team and marcus for the quick repocopy!
Notes
Notes:
svn path=/head/; revision=236830
Diffstat (limited to 'www/firefox35/Makefile')
-rw-r--r-- | www/firefox35/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index a10c74bf9fc3..8a8f02141f95 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -6,7 +6,7 @@ # PORTNAME= firefox -DISTVERSION= 3.5rc3 +DISTVERSION= 3.5 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.7:${PORTSDIR}/devel/nspr +BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr USE_AUTOTOOLS= autoconf:213:run LATEST_LINK= firefox3-devel |