diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-11-05 21:08:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-11-05 21:08:12 +0000 |
commit | a0ee11c51dbe724b5d2d544beb9aacccde54b124 (patch) | |
tree | 8c6578992a7f52e571ce521ebb58cb908feb4750 | |
parent | www/riot-web: Update to 1.5.2 (diff) |
bsd.port.mk: update minimal supported version of FreeBSD to 11.3
Reviewed by: mat (and others)
Approved by: portmgr (implicit)
MFH: 2019Q4
Differential Revision: https://reviews.freebsd.org/D21974
Notes
Notes:
svn path=/head/; revision=516838
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 30506edd7e56..bad8a251ba5c 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1162,7 +1162,7 @@ OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < ${SRC .endif _EXPORTED_VARS+= OSVERSION -.if (${OPSYS} == FreeBSD && ${OSVERSION} < 1102000) || \ +.if (${OPSYS} == FreeBSD && ${OSVERSION} < 1103000) || \ (${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. |