diff options
author | dbn <dbn@FreeBSD.org> | 2013-02-11 11:55:51 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2013-02-11 11:55:51 +0800 |
commit | 7358f97c985fd9d60c724b5951691c42d2b9d206 (patch) | |
tree | ac745e3c7e328b2617338e84355582a4991df335 /emulators/wine-gecko | |
parent | e90b146972a5883dea814ecc69e0ac99d5887982 (diff) | |
download | freebsd-ports-gnome-7358f97c985fd9d60c724b5951691c42d2b9d206.tar.gz freebsd-ports-gnome-7358f97c985fd9d60c724b5951691c42d2b9d206.tar.zst freebsd-ports-gnome-7358f97c985fd9d60c724b5951691c42d2b9d206.zip |
Stop portscout from checking emulators/wine-gecko.
wine-gecko is the "stable" port while wine-gecko-devel is the "unstable" port
that absorbs the updates to the distfiles.
Approved by: bdrewery (mentor)
Diffstat (limited to 'emulators/wine-gecko')
-rw-r--r-- | emulators/wine-gecko/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine-gecko/Makefile b/emulators/wine-gecko/Makefile index 52eac11b9c34..12b11ca65f41 100644 --- a/emulators/wine-gecko/Makefile +++ b/emulators/wine-gecko/Makefile @@ -15,6 +15,8 @@ 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 + NO_BUILD= yes PLIST_SUB+= GECKO_VERSION="${DISTVERSION}" DATADIR= ${PREFIX}/share/wine |