diff options
author | gerald <gerald@FreeBSD.org> | 2012-05-14 03:12:16 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-05-14 03:12:16 +0800 |
commit | c54b164dd4d094f1abc9f79b0183e9d973a9e88a (patch) | |
tree | 9dc5a8dd1540b245b832dcfcb1910139b748e900 /emulators/wine | |
parent | 90528dcbb2d5c6d5ac7d15a00bbe8d818776d677 (diff) | |
download | freebsd-ports-gnome-c54b164dd4d094f1abc9f79b0183e9d973a9e88a.tar.gz freebsd-ports-gnome-c54b164dd4d094f1abc9f79b0183e9d973a9e88a.tar.zst freebsd-ports-gnome-c54b164dd4d094f1abc9f79b0183e9d973a9e88a.zip |
Add configuration for PORTSCOUT to disambiguate the wine and
wine-devel ports.
Discussed with: shaun, miwi
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index e5104ac04dea..4ba7185e766d 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # New ports collection makefile for: wine # Date created: Sa 9 Nov 1996 00:52:22 MET # Whom: se @@ -73,6 +72,8 @@ OPTIONS= CUPS "Use CUPS (Common UNIX Printing System)" Off \ PORTDATA= fonts/ generic.ppd l_intl.nls wine.inf +PORTSCOUT= limitw:1,even + .include <bsd.port.pre.mk> .ifdef WITHOUT_CUPS |