aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authordbn <dbn@FreeBSD.org>2013-04-22 02:23:33 +0800
committerdbn <dbn@FreeBSD.org>2013-04-22 02:23:33 +0800
commit9c00f539a23bb6794c2ac1d5c0952b2eb28b91c4 (patch)
tree0a88b8435f7795a4cdcfb49cae6c312ef13c5b46 /emulators
parentb729f26963b43aa09fc5ad52f201814fb62487b5 (diff)
downloadfreebsd-ports-gnome-9c00f539a23bb6794c2ac1d5c0952b2eb28b91c4.tar.gz
freebsd-ports-gnome-9c00f539a23bb6794c2ac1d5c0952b2eb28b91c4.tar.zst
freebsd-ports-gnome-9c00f539a23bb6794c2ac1d5c0952b2eb28b91c4.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
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}"