diff options
author | sat <sat@FreeBSD.org> | 2006-09-29 18:27:17 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-09-29 18:27:17 +0800 |
commit | 06eb9006d6e3c791078c475fbc54ce89c6982e72 (patch) | |
tree | 09ecd6cbec9d668c730154992353f97291fd99bc /net/p5-Net-Packet | |
parent | e0d2d3f4a24300ed3408e6a6662271fae3ef9ad1 (diff) | |
download | freebsd-ports-gnome-06eb9006d6e3c791078c475fbc54ce89c6982e72.tar.gz freebsd-ports-gnome-06eb9006d6e3c791078c475fbc54ce89c6982e72.tar.zst freebsd-ports-gnome-06eb9006d6e3c791078c475fbc54ce89c6982e72.zip |
- amd64 and alpha are now claimed to be supported, but not
big endian archs just yet
Inspired by: kris
Diffstat (limited to 'net/p5-Net-Packet')
-rw-r--r-- | net/p5-Net-Packet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-Packet/Makefile b/net/p5-Net-Packet/Makefile index 2ccbb752148f..5bf68fb168c3 100644 --- a/net/p5-Net-Packet/Makefile +++ b/net/p5-Net-Packet/Makefile @@ -27,7 +27,8 @@ BUILD_DEPENDS= p5-Bit-Vector>=6.4:${PORTSDIR}/math/p5-Bit-Vector \ RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 alpha +ONLY_FOR_ARCHS_REASON= Big endian architectures not supported yet MAN3= Net::Packet.3 \ Net::Packet::ARP.3 \ |