diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-12-22 11:15:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-12-22 11:15:30 +0000 |
commit | 9aaf147b5b5961da61ee78d545a60b202d02a330 (patch) | |
tree | c57ccb42d4eba32a86f5732d8b6a33a57b97e06e /net/gpxe | |
parent | a24cb85c4589b644be1b1877d8611ed1aeea4e97 (diff) | |
download | ports-9aaf147b5b5961da61ee78d545a60b202d02a330.tar.gz ports-9aaf147b5b5961da61ee78d545a60b202d02a330.zip |
Notes
Diffstat (limited to 'net/gpxe')
-rw-r--r-- | net/gpxe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gpxe/Makefile b/net/gpxe/Makefile index afbdfe5f2967..13b9eb032205 100644 --- a/net/gpxe/Makefile +++ b/net/gpxe/Makefile @@ -34,7 +34,8 @@ SUB_FILES= pkg-message .include <bsd.port.pre.mk> -NOT_FOR_ARCHS= powerpc +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= not yet ported to anything other than amd64/i386 .if ${ARCH} == "amd64" MAKE_ARGS+= ARCH=i386 |