aboutsummaryrefslogtreecommitdiff
path: root/emulators/i386-wine
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-10-21 19:07:38 +0000
committerRene Ladan <rene@FreeBSD.org>2020-10-21 19:07:38 +0000
commit1022ecc5b15f47606c7143bd5389261b2f5c3708 (patch)
treec9cb4c85ccfc8892949d5982d90b141688041d62 /emulators/i386-wine
parent72b7f61e582ae12e5b2bd6f12f66528f881055d6 (diff)
downloadports-1022ecc5b15f47606c7143bd5389261b2f5c3708.tar.gz
ports-1022ecc5b15f47606c7143bd5389261b2f5c3708.zip
emulators/i386-wine: adjust supported versions check after FreeBSD 11.3 EOL
Notes
Notes: svn path=/head/; revision=552884
Diffstat (limited to 'emulators/i386-wine')
-rw-r--r--emulators/i386-wine/Makefile.amd644
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/i386-wine/Makefile.amd64 b/emulators/i386-wine/Makefile.amd64
index d05ce786e067..a7bdff830bf4 100644
--- a/emulators/i386-wine/Makefile.amd64
+++ b/emulators/i386-wine/Makefile.amd64
@@ -33,8 +33,8 @@ PLIST_SUB+= NOOSREL${osrel}=""
.endif
.endfor
-.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 1103000 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1201000 && ${OSVERSION} < 1300000) && !(${OSVERSION} >= 1300084 && ${OSVERSION} < 1400000))
-IGNORE= binaries compiled for FreeBSD 11.3+, 12.1+ and 13.0-CURRENT (OSVERSION >= 1300084) only
+.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 1104000 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1201000 && ${OSVERSION} < 1300000) && !(${OSVERSION} >= 1300084 && ${OSVERSION} < 1400000))
+IGNORE= binaries compiled for FreeBSD 11.4+, 12.1+ and 13.0-CURRENT (OSVERSION >= 1300084) only
.endif
OPTIONS_DEFINE= GECKO MONO