aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2013-04-21 18:23:33 +0000
committerDavid Naylor <dbn@FreeBSD.org>2013-04-21 18:23:33 +0000
commit1d81d2575bbab18d2dfce961c38d33e74e753654 (patch)
tree0a88b8435f7795a4cdcfb49cae6c312ef13c5b46 /emulators
parent53bf0668cf53b00dfe7b4737d35ba4a35ec10b35 (diff)
downloadports-1d81d2575bbab18d2dfce961c38d33e74e753654.tar.gz
ports-1d81d2575bbab18d2dfce961c38d33e74e753654.zip
Fix PORTSCOUT limit on emulators/wine-gecko.
Use 'ignore:1' instead of 'ignore' to get port scout to actually ignore the port. All new versions of gecko belong to the wine-gecko-devel port until such time a new stable version of wine is released, however there is no way to know the version of gecko that will be paired with that wine. Approved by: eadler,bdrewery (mentors, implicit) Feature safe: yes
Notes
Notes: svn path=/head/; revision=316190
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-gecko/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine-gecko/Makefile b/emulators/wine-gecko/Makefile
index 12b11ca65f41..9fd9de274ce9 100644
--- a/emulators/wine-gecko/Makefile
+++ b/emulators/wine-gecko/Makefile
@@ -15,7 +15,7 @@ COMMENT= Gecko Layout Engine for Wine (HTML support)
LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3
LICENSE_COMB= multi
-PORTSCOUT= ignore # for newer versions see emulators/wine-gecko-devel
+PORTSCOUT= ignore:1 # for newer versions see emulators/wine-gecko-devel
NO_BUILD= yes
PLIST_SUB+= GECKO_VERSION="${DISTVERSION}"