diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-13 07:31:52 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-13 07:31:52 +0000 |
commit | 5add2873e7e715c757e7cc7f15a3d939ed315231 (patch) | |
tree | acfba955b5244d3f540628b8da7739e4eba72e62 /security/sinfp | |
parent | 1ed2041db1c309675f7aed127ade6fa1e97f4b24 (diff) |
Notes
Diffstat (limited to 'security/sinfp')
-rw-r--r-- | security/sinfp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/sinfp/Makefile b/security/sinfp/Makefile index 5efe07568583..239f59dd73b3 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 \ |