aboutsummaryrefslogtreecommitdiff
path: root/net/intel-ixl-kmod
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2016-04-25 15:40:16 +0000
committerSean Bruno <sbruno@FreeBSD.org>2016-04-25 15:40:16 +0000
commite593523b94a2f91b3f3c4568876400b2f67a1fbe (patch)
treee63a4213ec7f6fe687e4c36220cc9a127457017e /net/intel-ixl-kmod
parent8ccb519c88b3c8e85bfa284b3972c20f70874f55 (diff)
downloadports-e593523b94a2f91b3f3c4568876400b2f67a1fbe.tar.gz
ports-e593523b94a2f91b3f3c4568876400b2f67a1fbe.zip
Explicitly restrict to amd64 architectures only as per maintainer
request. Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com> Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D6065
Notes
Notes: svn path=/head/; revision=414010
Diffstat (limited to 'net/intel-ixl-kmod')
-rw-r--r--net/intel-ixl-kmod/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/intel-ixl-kmod/Makefile b/net/intel-ixl-kmod/Makefile
index 9e75e086bfc8..a80709bbdf4f 100644
--- a/net/intel-ixl-kmod/Makefile
+++ b/net/intel-ixl-kmod/Makefile
@@ -24,6 +24,9 @@ MANPAGENAME?= ${PORTNAME}
PLIST_FILES= ${KMODDIR}/if_${PORTNAME}_updated.ko \
man/man4/${MANPAGENAME}.4.gz
+ONLY_FOR_ARCHS= amd64
+ONLY_FOR_ARCHS_REASON= Not supported on other architectures, amd64 only.
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1002000