summaryrefslogtreecommitdiffstats
path: root/security/sinfp
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-09-13 07:31:52 +0000
committersat <sat@FreeBSD.org>2006-09-13 07:31:52 +0000
commitc5f02ea5fa33868d9c6602428fc8947912b472ac (patch)
treeaf4b836ef5c6fbd9ac51a868e4a04086b950fa27 /security/sinfp
parentea1eb15bc825da6baff988bec1fda9abf861b2c3 (diff)
downloadFreeBSD-ports-c5f02ea5fa33868d9c6602428fc8947912b472ac.zip
FreeBSD-ports-c5f02ea5fa33868d9c6602428fc8947912b472ac.tar.gz
- Mark only usable on little-endian archs
Reported by: pointyhat via kris
Diffstat (limited to 'security/sinfp')
-rw-r--r--security/sinfp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/sinfp/Makefile b/security/sinfp/Makefile
index 5efe075..239f59d 100644
--- a/security/sinfp/Makefile
+++ b/security/sinfp/Makefile
@@ -48,6 +48,9 @@ MAN3= Net::Packet.3 Net::Packet::ARP.3 Net::Packet::Consts.3 Net::Packet::Desc.3
PERL_CONFIGURE= yes
CONFIGURE_ENV= GOMOR_PATH=${PREFIX}
+ONLY_FOR_ARCHS= i386 amd64 alpha
+ONLY_FOR_ARCHS_REASON= Big endian architectures not supported yet
+
post-extract:
@${MV} ${WRKSRC}/gomor/* ${WRKSRC}/
@cd ${WRKSRC} && ${RM} -rf dbd-sqlite dbi libdnet libpcap modules net-libdnet net-pcap \
OpenPOWER on IntegriCloud