diff options
author | David Naylor <dbn@FreeBSD.org> | 2013-12-10 08:05:42 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2013-12-10 08:05:42 +0000 |
commit | d9e19a3feaa057ab96a5b624175d15d045f2af3b (patch) | |
tree | d56d7e00d04eedcd2cb2bb263a53f1cc9237f8cd /emulators | |
parent | 4fd7b4a24e1e1bea024b7289cdbd83ef1751e92b (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/i386-wine/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/i386-wine/Makefile.inc b/emulators/i386-wine/Makefile.inc index 5102ab3ad4d8..35ce76199f06 100644 --- a/emulators/i386-wine/Makefile.inc +++ b/emulators/i386-wine/Makefile.inc @@ -38,6 +38,8 @@ SUB_FILES= pkg-message USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX}/lib32/wine USE_XZ= yes +PORTSCOUT= limitw:1,even + .include <bsd.port.pre.mk> .if !(${OSVERSION} >= 803000 && ${OSVERSION} < 900000) && !(${OSVERSION} >= 901000 && ${OSVERSION} < 1000000) |