diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-11-18 15:49:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-11-18 15:49:49 +0000 |
commit | 63713a9686b75c2ec27133d9ce9dee7c628a7a6d (patch) | |
tree | e8af93c7d2548b175d4baeb5b220a3e18c43dee0 /www/firefox35 | |
parent | 0acdf42c0828157c63deb8620ea0c9c6fe55adfd (diff) |
Add NO_LATEST_LINK to avoid overwriting to www/firefox link.
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=202748
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} |