diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-03 21:38:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-03 21:38:45 +0800 |
commit | 8b25f793eb2dc157a93251491d5a9649270f5365 (patch) | |
tree | ca071096a30bffb35a7c77964d64af3ae2440dfa /www | |
parent | 416bee04589ab51314bc09c3309d022364c64b59 (diff) | |
download | freebsd-ports-gnome-8b25f793eb2dc157a93251491d5a9649270f5365.tar.gz freebsd-ports-gnome-8b25f793eb2dc157a93251491d5a9649270f5365.tar.zst freebsd-ports-gnome-8b25f793eb2dc157a93251491d5a9649270f5365.zip |
- Fix LATEST_LINK
Reported by: pav/erwinbot
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox35/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index 1c5886f2e021..de9262cf4980 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -19,7 +19,7 @@ COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr USE_AUTOTOOLS= autoconf:213:run -LATEST_LINK= firefox3-devel +LATEST_LINK= firefox35 USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= -png -nss -dbm -jpeg -xft |