aboutsummaryrefslogtreecommitdiff
path: root/security/masscan
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-02-05 23:01:11 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-02-05 23:01:11 +0000
commit43687b1c5ddadfef99fe4d852ba34513f6777644 (patch)
tree77e8f16a84a05381ec7de23bbaa6f5fc034226fa /security/masscan
parent8e653d3111c90a6cb0bb332d293328448e06675c (diff)
downloadports-43687b1c5ddadfef99fe4d852ba34513f6777644.tar.gz
ports-43687b1c5ddadfef99fe4d852ba34513f6777644.zip
This port builds on powerpc64. x86 assembly sections are ifdef'd so
they are only used on x86. So, remove the restriction to attempt to build on other archs. PR: 235529 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=492275
Diffstat (limited to 'security/masscan')
-rw-r--r--security/masscan/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/masscan/Makefile b/security/masscan/Makefile
index 1f93aa68cef2..340d5f12b76c 100644
--- a/security/masscan/Makefile
+++ b/security/masscan/Makefile
@@ -10,9 +10,6 @@ COMMENT= Very fast port scanner
LICENSE= GPLv3
-ONLY_FOR_ARCHS= i386 amd64
-ONLY_FOR_ARCHS_REASON= invokes x86 assembler
-
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= robertdavidgraham