diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-10-21 19:06:43 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-10-21 19:06:43 +0000 |
commit | 72b7f61e582ae12e5b2bd6f12f66528f881055d6 (patch) | |
tree | 60829c02620a647def545d5115b4a75254263b07 /emulators/i386-wine-devel | |
parent | bac074f2816afc60e4598f00023b65c73e2bb400 (diff) | |
download | ports-72b7f61e582ae12e5b2bd6f12f66528f881055d6.tar.gz ports-72b7f61e582ae12e5b2bd6f12f66528f881055d6.zip |
emulators/i386-wine-devel: adjust check for supported versions after 11.3 EOL
Phabricator: D26646
Notes
Notes:
svn path=/head/; revision=552882
Diffstat (limited to 'emulators/i386-wine-devel')
-rw-r--r-- | emulators/i386-wine-devel/Makefile.amd64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/i386-wine-devel/Makefile.amd64 b/emulators/i386-wine-devel/Makefile.amd64 index c68dbf85cf66..f31e4477a7ad 100644 --- a/emulators/i386-wine-devel/Makefile.amd64 +++ b/emulators/i386-wine-devel/Makefile.amd64 @@ -32,8 +32,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 |