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) | |
download | ports-b291c5263ad60aba9ebc1137020110939aa519e7.tar.gz ports-b291c5263ad60aba9ebc1137020110939aa519e7.zip |
Notes
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 |