aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Net-SinFP
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-12-21 09:31:25 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-12-21 09:31:25 +0000
commitad371d6d2f28edb06ce269758f8a48dd2a830059 (patch)
treea9846ae0fefe9b6a1c249fec1396d587456b79d5 /security/p5-Net-SinFP
parentb1b7d0d33dc0b7fff82f31aff49976b4b45c7f86 (diff)
downloadports-ad371d6d2f28edb06ce269758f8a48dd2a830059.tar.gz
ports-ad371d6d2f28edb06ce269758f8a48dd2a830059.zip
Use a more modern way of distinguishing "big-endian platforms".
This will attempt builds on arm platforms on the cluster. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=456900
Diffstat (limited to 'security/p5-Net-SinFP')
-rw-r--r--security/p5-Net-SinFP/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Net-SinFP/Makefile b/security/p5-Net-SinFP/Makefile
index 5dbfe08d05d7..827a69429433 100644
--- a/security/p5-Net-SinFP/Makefile
+++ b/security/p5-Net-SinFP/Makefile
@@ -27,6 +27,9 @@ COMMENT= Full operating system stack fingerprinting suite
LICENSE= ART10
LICENSE_FILE= ${WRKSRC}/LICENSE
+NOT_FOR_ARCHS= powerpc powerpc64 sparc64
+NOT_FOR_ARCHS_REASON= does not support big-endian architectures
+
.if ${PORTNAME} == "Net-SinFP"
PKGNAMEPREFIX= p5-
@@ -44,7 +47,4 @@ post-patch:
@${REINPLACE_CMD} -e 's/.*EXE_FILES.*//' ${WRKSRC}/${CONFIGURE_SCRIPT}
.endif
-ONLY_FOR_ARCHS= i386 amd64
-ONLY_FOR_ARCHS_REASON= Big endian architectures not supported yet
-
.include <bsd.port.mk>