aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-12-01 19:54:35 +0800
committermat <mat@FreeBSD.org>2017-12-01 19:54:35 +0800
commit6b96648f5958c88622f886a9a3436113ed7606f6 (patch)
treebacb6f041a517bb9798996d17bae0b6943a0171c /Mk
parentaeffc8ea53be64a16986ef75722f47e332f2eca5 (diff)
downloadfreebsd-ports-gnome-6b96648f5958c88622f886a9a3436113ed7606f6.tar.gz
freebsd-ports-gnome-6b96648f5958c88622f886a9a3436113ed7606f6.tar.zst
freebsd-ports-gnome-6b96648f5958c88622f886a9a3436113ed7606f6.zip
11.0 is no longer supported.
Sponsored by: Absolight
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.