diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-07 18:28:06 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-07 18:28:06 +0000 |
commit | 33b6a35bf2fb90678363fd82e5e6eb532fe84fd5 (patch) | |
tree | 5c94ecca916de2e92d991e94558a998825e85f19 /security/p5-Net-SinFP | |
parent | 718b7f07c7d3da362155e3d1a132f4740cbbb6a0 (diff) |
security/p5-Net-SinFP: unbreak on powerpc*
Builds fine on powerpc64.
Also confirmed by: https://seclists.org/pen-test/2006/Dec/234
The commit that locked it only to LE architectures happened just a few months earlier in r172915.
Approved by: mentors (implicit approval)
Notes
Notes:
svn path=/head/; revision=513987
Diffstat (limited to 'security/p5-Net-SinFP')
-rw-r--r-- | security/p5-Net-SinFP/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/p5-Net-SinFP/Makefile b/security/p5-Net-SinFP/Makefile index 5100ceb831e6..bc6d4134eb49 100644 --- a/security/p5-Net-SinFP/Makefile +++ b/security/p5-Net-SinFP/Makefile @@ -27,9 +27,6 @@ COMMENT= Full operating system stack fingerprinting suite LICENSE= ART10 LICENSE_FILE= ${WRKSRC}/LICENSE.Artistic -NOT_FOR_ARCHS= powerpc powerpc64 sparc64 -NOT_FOR_ARCHS_REASON= does not support big-endian architectures - .if ${PORTNAME} == "Net-SinFP" PKGNAMEPREFIX= p5- |