1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
This commit is contained in:
David Naylor 2013-04-21 18:23:33 +00:00
parent 53bf0668cf
commit 1d81d2575b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316190

View File

@ -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}"