summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-10-17 14:28:19 +0000
committerRene Ladan <rene@FreeBSD.org>2020-10-17 14:28:19 +0000
commita4ca12423096b37746b985e2de2cd8054c1564ba (patch)
treed684319b35e999ab66d0ce9328d062d4d3d73e02 /Mk/bsd.port.mk
parent- Update to 1.7-4 (diff)
Bump minimally supported FreeBSD version to 11.4
Phabricator: D26646
Notes
Notes: svn path=/head/; revision=552579
Diffstat (limited to 'Mk/bsd.port.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 bdfbb817b770..b0d7ccb2b344 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1177,7 +1177,7 @@ OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < ${SRC
.endif
_EXPORTED_VARS+= OSVERSION
-.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1103000 || (${OSVERSION} >= 1200000 && ${OSVERSION} < 1201000))) || \
+.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1104000 || (${OSVERSION} >= 1200000 && ${OSVERSION} < 1201000))) || \
(${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.