diff options
author | sbruno <sbruno@FreeBSD.org> | 2016-05-30 01:11:40 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2016-05-30 01:11:40 +0800 |
commit | a92e0c13cae02eb4246d0a4fe1cae58bea6d748a (patch) | |
tree | c7f611c9a0d23cb67ef1e7faa1120cff13a85b97 /net | |
parent | 219dd4360aed1e982e21aad43ac478050a822b56 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |