From c4530f5bab132bb4fa82268f0e1b78dce6157cd9 Mon Sep 17 00:00:00 2001 From: Sean Bruno Date: Sun, 29 May 2016 17:11:40 +0000 Subject: Allow building sysutils/intel-nvmupdate and net/intel-ixl-kmod on 10.1-RELEASE The packaging cluster is building packages for 10.x on 10.1-RELEASE machine, so the ports couldn't be built into packages due to IGNORE statement for 1001000 OSVERSION. Submitted by: Sergey Kozlov Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D6473 --- sysutils/intel-nvmupdate/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/intel-nvmupdate') diff --git a/sysutils/intel-nvmupdate/Makefile b/sysutils/intel-nvmupdate/Makefile index 16309b22e1f7..eb16b61d7fde 100644 --- a/sysutils/intel-nvmupdate/Makefile +++ b/sysutils/intel-nvmupdate/Makefile @@ -36,8 +36,8 @@ NVMUPDATE_DIR= intel-nvmupdate .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 -- cgit v1.2.3