1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Allow building ZoL on 12-STABLE after 1200504

This commit is contained in:
Kris Moore 2019-03-15 13:41:29 +00:00
parent e162f42e94
commit 476f120c3d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495789
2 changed files with 4 additions and 4 deletions

View File

@ -25,8 +25,8 @@ GCOV_DESC= Build kernel module with GCOV support (Requires gcc)
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1300013
IGNORE= needs FreeBSD 13 with AES-CCM support
.if (${OSVERSION} < 1200504) || (${OSVERSION} >= 1300000 && ${OSVERSION} < 1300013)
IGNORE= needs FreeBSD 12/13 with AES-CCM support
.endif
.if ${PORT_OPTIONS:MDEBUG}

View File

@ -27,8 +27,8 @@ GH_TAGNAME= 804ee5
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1300013
IGNORE= needs FreeBSD 13 with AES-CCM support
.if (${OSVERSION} < 1200504) || (${OSVERSION} >= 1300000 && ${OSVERSION} < 1300013)
IGNORE= needs FreeBSD 12/13 with AES-CCM support
.endif
.if ${PORT_OPTIONS:MDEBUG}