aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2016-05-30 01:11:40 +0800
committersbruno <sbruno@FreeBSD.org>2016-05-30 01:11:40 +0800
commita92e0c13cae02eb4246d0a4fe1cae58bea6d748a (patch)
treec7f611c9a0d23cb67ef1e7faa1120cff13a85b97 /net
parent219dd4360aed1e982e21aad43ac478050a822b56 (diff)
downloadfreebsd-ports-gnome-a92e0c13cae02eb4246d0a4fe1cae58bea6d748a.tar.gz
freebsd-ports-gnome-a92e0c13cae02eb4246d0a4fe1cae58bea6d748a.tar.zst
freebsd-ports-gnome-a92e0c13cae02eb4246d0a4fe1cae58bea6d748a.zip
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 <kozlov.sergey.404@gmail.com> Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D6473
Diffstat (limited to 'net')
-rw-r--r--net/intel-ixl-kmod/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/intel-ixl-kmod/Makefile b/net/intel-ixl-kmod/Makefile
index 6ac8c3eb32d4..edc00e5af65d 100644
--- a/net/intel-ixl-kmod/Makefile
+++ b/net/intel-ixl-kmod/Makefile
@@ -29,8 +29,8 @@ ONLY_FOR_ARCHS_REASON= Not supported on other architectures, amd64 only.
.include <bsd.port.pre.mk>
-.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