Index: net/intel-ixl-kmod/Makefile =================================================================== --- net/intel-ixl-kmod/Makefile +++ net/intel-ixl-kmod/Makefile @@ -29,8 +29,8 @@ .include -.if ${OSVERSION} < 1002000 -IGNORE= is not supported on FreeBSD 10.1 and older +.if ${OSVERSION} < 1001000 +IGNORE= is not supported on FreeBSD 10.0 and older .endif .if ${OSVERSION} >= 1100000 Index: sysutils/intel-nvmupdate/Makefile =================================================================== --- sysutils/intel-nvmupdate/Makefile +++ sysutils/intel-nvmupdate/Makefile @@ -36,8 +36,8 @@ .include -.if ${OSVERSION} < 1002000 -IGNORE= is not supported on FreeBSD 10.1 and older +.if ${OSVERSION} < 1001000 +IGNORE= is not supported on FreeBSD 10.0 and older .endif .if ${OSVERSION} >= 1100000