diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-05-14 03:12:16 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-05-14 03:12:16 +0800 |
commit | bc88c65477dad1467a8ed187f47ea3a10e6e2555 (patch) | |
tree | 9d6f157aa55e88f6ce01dd5342296275d7091ed9 /emulators | |
parent | 7aed4cf54f60ec5a9398c95ec1efb4ee9914b368 (diff) | |
download | freebsd-ports-gnome-bc88c65477dad1467a8ed187f47ea3a10e6e2555.tar.gz freebsd-ports-gnome-bc88c65477dad1467a8ed187f47ea3a10e6e2555.tar.zst freebsd-ports-gnome-bc88c65477dad1467a8ed187f47ea3a10e6e2555.zip |
Add configuration for PORTSCOUT to disambiguate the wine and
wine-devel ports.
Discussed with: shaun, miwi
Diffstat (limited to 'emulators')
-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 |