diff --git a/sysutils/zol-kmod/Makefile b/sysutils/zol-kmod/Makefile index fa986bc28c8e..2274a753f64e 100644 --- a/sysutils/zol-kmod/Makefile +++ b/sysutils/zol-kmod/Makefile @@ -25,8 +25,8 @@ GCOV_DESC= Build kernel module with GCOV support (Requires gcc) .include -.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} diff --git a/sysutils/zol/Makefile b/sysutils/zol/Makefile index 10ea151ba695..55f6c155ff9d 100644 --- a/sysutils/zol/Makefile +++ b/sysutils/zol/Makefile @@ -27,8 +27,8 @@ GH_TAGNAME= 804ee5 .include -.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}