diff options
author | marcus <marcus@FreeBSD.org> | 2007-11-18 23:49:49 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-11-18 23:49:49 +0800 |
commit | d9d34fbbbe8dde6262bb96aa739c39bcdfc2afe2 (patch) | |
tree | a370cecb5645f68383cc35f4e99c4748a749edad /www/firefox35 | |
parent | 9faca023db90c96897a0d2cd29759ccf93aa3f75 (diff) | |
download | freebsd-ports-gnome-d9d34fbbbe8dde6262bb96aa739c39bcdfc2afe2.tar.gz freebsd-ports-gnome-d9d34fbbbe8dde6262bb96aa739c39bcdfc2afe2.tar.zst freebsd-ports-gnome-d9d34fbbbe8dde6262bb96aa739c39bcdfc2afe2.zip |
Add NO_LATEST_LINK to avoid overwriting to www/firefox link.
Approved by: portmgr (implicit)
Diffstat (limited to 'www/firefox35')
-rw-r--r-- | www/firefox35/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index c5f5b722977c..6e442c16cb0d 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -27,6 +27,8 @@ MOZILLA= ${PORTNAME}${MOZILLA_SUFX} MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' #MOZ_TOOLKIT= cairo-gtk2 +NO_LATEST_LINK= yes + WANT_GNOME= yes ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} |