diff options
author | David Naylor <dbn@FreeBSD.org> | 2013-04-21 18:23:33 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2013-04-21 18:23:33 +0000 |
commit | 1d81d2575bbab18d2dfce961c38d33e74e753654 (patch) | |
tree | 0a88b8435f7795a4cdcfb49cae6c312ef13c5b46 /emulators/wine-gecko | |
parent | 53bf0668cf53b00dfe7b4737d35ba4a35ec10b35 (diff) | |
download | ports-1d81d2575bbab18d2dfce961c38d33e74e753654.tar.gz ports-1d81d2575bbab18d2dfce961c38d33e74e753654.zip |
Notes
Diffstat (limited to 'emulators/wine-gecko')
-rw-r--r-- | emulators/wine-gecko/Makefile | 2 |
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}" |