aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-03-02 12:43:43 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-03-02 12:43:43 +0000
commit3fd3ed8d435eb9c3717db037e04590cc1e14c927 (patch)
treea28d90fb6d067cf5f4a8cc940ba05cea44881fd2 /Mk
parent655e8232887a2af585a62fe7b0134d73e8eb13ec (diff)
downloadports-3fd3ed8d435eb9c3717db037e04590cc1e14c927.tar.gz
ports-3fd3ed8d435eb9c3717db037e04590cc1e14c927.zip
12.0 is not supported any more.
With hat: portmgr
Notes
Notes: svn path=/head/; revision=527628
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 398af64dd8dc..d85fdb9ea610 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) || \
+.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1103000 || (${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.