aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2015-09-26 05:38:54 +0800
committerlinimon <linimon@FreeBSD.org>2015-09-26 05:38:54 +0800
commitadbef967a2959afe18fdd7936e2fad67139b7a57 (patch)
tree705e1a299db9bdda869a8d64912d672f02945b3f /security
parent4fc30286f15f9ae67e8e5767b3bf1597a063e780 (diff)
downloadfreebsd-ports-gnome-adbef967a2959afe18fdd7936e2fad67139b7a57.tar.gz
freebsd-ports-gnome-adbef967a2959afe18fdd7936e2fad67139b7a57.tar.zst
freebsd-ports-gnome-adbef967a2959afe18fdd7936e2fad67139b7a57.zip
Mark as broken on sparc64 and others: uses x86 assembler.
Approved by: portmgr (sparc64 blanket)
Diffstat (limited to 'security')
-rw-r--r--security/masscan/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/masscan/Makefile b/security/masscan/Makefile
index 8d3a349cbc36..81f4e3906871 100644
--- a/security/masscan/Makefile
+++ b/security/masscan/Makefile
@@ -10,6 +10,9 @@ COMMENT= Very fast port scanner
LICENSE= GPLv3
+ONLY_FOR_ARCHS= amd64 i386 ia64
+ONLY_FOR_ARCHS_REASON= uses i386 assembler
+
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= robertdavidgraham