diff options
author | sbruno <sbruno@FreeBSD.org> | 2016-04-25 23:40:16 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2016-04-25 23:40:16 +0800 |
commit | 4039283c8a2cff61717e0123a3eceb20a9bb0772 (patch) | |
tree | e63a4213ec7f6fe687e4c36220cc9a127457017e /net | |
parent | b3f211c26a41d60dc7e8e6e83b9b2501477a1a0e (diff) | |
download | freebsd-ports-gnome-4039283c8a2cff61717e0123a3eceb20a9bb0772.tar.gz freebsd-ports-gnome-4039283c8a2cff61717e0123a3eceb20a9bb0772.tar.zst freebsd-ports-gnome-4039283c8a2cff61717e0123a3eceb20a9bb0772.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
Diffstat (limited to 'net')
-rw-r--r-- | net/intel-ixl-kmod/Makefile | 3 |
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 |