diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-03 11:32:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-03 11:32:55 +0000 |
commit | c65fa98b40802de2be3e12ca0b0b70ece858ffec (patch) | |
tree | 8f76f609a20438e5fc6d7ae278f654b4b1cccab3 /emulators/i386-wine | |
parent | 0438143249634ab5028e53cb468d99a894c62995 (diff) | |
download | ports-c65fa98b40802de2be3e12ca0b0b70ece858ffec.tar.gz ports-c65fa98b40802de2be3e12ca0b0b70ece858ffec.zip |
Notes
Diffstat (limited to 'emulators/i386-wine')
-rw-r--r-- | emulators/i386-wine/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/i386-wine/Makefile.inc b/emulators/i386-wine/Makefile.inc index 8a438a3dc71c..8eb6a26403ca 100644 --- a/emulators/i386-wine/Makefile.inc +++ b/emulators/i386-wine/Makefile.inc @@ -57,7 +57,7 @@ PLIST_SUB+= OSREL${osrel}="@comment " .endif .endfor -.if ${OPSYS} != FreeBSD || (!(&& ${OSVERSION} < 900000) && !(${OSVERSION} >= 901000 && ${OSVERSION} < 1000000) && !(${OSVERSION} >= 1000510 && ${OSVERSION} < 1100000) && !(${OSVERSION} >= 1100048 && ${OSVERSION} < 1200000)) +.if ${OPSYS} != FreeBSD || (!(${OSVERSION} < 900000) && !(${OSVERSION} >= 901000 && ${OSVERSION} < 1000000) && !(${OSVERSION} >= 1000510 && ${OSVERSION} < 1100000) && !(${OSVERSION} >= 1100048 && ${OSVERSION} < 1200000)) IGNORE= binaries compiled for FreeBSD 8.4+, 9.1+, 10.0+ and -current only DISTFILES= .endif |