From 4039283c8a2cff61717e0123a3eceb20a9bb0772 Mon Sep 17 00:00:00 2001 From: sbruno Date: Mon, 25 Apr 2016 15:40:16 +0000 Subject: Explicitly restrict to amd64 architectures only as per maintainer request. Submitted by: Sergey Kozlov Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D6065 --- net/intel-ixl-kmod/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'net') 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 .if ${OSVERSION} < 1002000 -- cgit