aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-12-01 11:54:35 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-12-01 11:54:35 +0000
commit3d94ff12c5693dfba299450e67054487d35c93aa (patch)
treebacb6f041a517bb9798996d17bae0b6943a0171c /Mk
parent80998ac3f54ea9b9592961b601f468b95c80785e (diff)
downloadports-3d94ff12c5693dfba299450e67054487d35c93aa.tar.gz
ports-3d94ff12c5693dfba299450e67054487d35c93aa.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 8dd4903cd789..51a3516ab465 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1196,7 +1196,7 @@ OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < ${SRC
.endif
_EXPORTED_VARS+= OSVERSION
-.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1003000 || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100122))) || \
+.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1003000 || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1101001))) || \
(${OPSYS} == DragonFly && ${DFLYVERSION} < 400400)
_UNSUPPORTED_SYSTEM_MESSAGE= Ports Collection support for your ${OPSYS} version has ended, and no ports\
are guaranteed to build on this system. Please upgrade to a supported release.