aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-04-03 11:32:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-04-03 11:32:55 +0000
commitc65fa98b40802de2be3e12ca0b0b70ece858ffec (patch)
tree8f76f609a20438e5fc6d7ae278f654b4b1cccab3 /emulators
parent0438143249634ab5028e53cb468d99a894c62995 (diff)
downloadports-c65fa98b40802de2be3e12ca0b0b70ece858ffec.tar.gz
ports-c65fa98b40802de2be3e12ca0b0b70ece858ffec.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/i386-wine/Makefile.inc2
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