diff options
author | mat <mat@FreeBSD.org> | 2015-04-03 19:32:55 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-04-03 19:32:55 +0800 |
commit | 967dc16ae8f9eeb90121fccaffebb13f79edfc34 (patch) | |
tree | 8f76f609a20438e5fc6d7ae278f654b4b1cccab3 /emulators | |
parent | 0691688a506fc2dffc574eeeb80dc0d876378fed (diff) | |
download | freebsd-ports-gnome-967dc16ae8f9eeb90121fccaffebb13f79edfc34.tar.gz freebsd-ports-gnome-967dc16ae8f9eeb90121fccaffebb13f79edfc34.tar.zst freebsd-ports-gnome-967dc16ae8f9eeb90121fccaffebb13f79edfc34.zip |
Fix last commit.
Pointy hat to: mat
Sponsored by: Absolight
Diffstat (limited to 'emulators')
-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 |