diff options
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 \ |