1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Mark port i386/amd64 only. Doesn't make sense to compile this on ARM and

other arch types don't work.

Phabric:	https://phabric.freebsd.org/D501
Reviewed by:	bapt
This commit is contained in:
Sean Bruno 2014-08-01 18:02:17 +00:00
parent bb2246bebd
commit 8807837540
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363746

View File

@ -7,6 +7,9 @@ X_TARGET_ARCH= armv6
.include <bsd.port.options.mk>
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON=Used on i386/amd64 to cross compile arm
.if ${OPSYS} != FreeBSD
IGNORE= Only supported on FreeBSD
.endif