aboutsummaryrefslogtreecommitdiff
path: root/emulators/i386-wine-devel
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-11-07 16:30:12 +0000
committerRene Ladan <rene@FreeBSD.org>2019-11-07 16:30:12 +0000
commitee06ec39ce0f2b4e530bfe69c604c35ef3f35c2b (patch)
treef77314253e5ba2ab7585e4cd0aabc08e41f880a0 /emulators/i386-wine-devel
parent0f2b9d79ad721688dc507441e8eece6faea71a7b (diff)
downloadports-ee06ec39ce0f2b4e530bfe69c604c35ef3f35c2b.tar.gz
ports-ee06ec39ce0f2b4e530bfe69c604c35ef3f35c2b.zip
Clean up support for FreeBSD 11.2.
While here, modernize some comments in Mk/bsd.*.mk. Note that graphics/drm-fbsd11.2-kmod is not renamed yet, this was somewhat under discussion. Submitted by: rene Reviewed by: antoine, jbeich, mat, zeising Differential Revision: https://reviews.freebsd.org/D21974
Notes
Notes: svn path=/head/; revision=516983
Diffstat (limited to 'emulators/i386-wine-devel')
-rw-r--r--emulators/i386-wine-devel/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/i386-wine-devel/Makefile.inc b/emulators/i386-wine-devel/Makefile.inc
index d23a29b1ab15..ec024401def5 100644
--- a/emulators/i386-wine-devel/Makefile.inc
+++ b/emulators/i386-wine-devel/Makefile.inc
@@ -65,8 +65,8 @@ PLIST_SUB+= OSREL${osrel}-DEVEL="@comment "
.endif
.endfor
-.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 1102000 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1200086 && ${OSVERSION} < 1300000) && !(${OSVERSION} >= 1300003 && ${OSVERSION} < 1400000))
-IGNORE= binaries compiled for FreeBSD 11.2+, 12.0+ and -current only
+.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 1103000 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1200086 && ${OSVERSION} < 1300000) && !(${OSVERSION} >= 1300003 && ${OSVERSION} < 1400000))
+IGNORE= binaries compiled for FreeBSD 11.3+, 12.0+ and -current only
DISTFILES=
.endif