diff options
author | linimon <linimon@FreeBSD.org> | 2015-09-26 05:38:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2015-09-26 05:38:54 +0800 |
commit | adbef967a2959afe18fdd7936e2fad67139b7a57 (patch) | |
tree | 705e1a299db9bdda869a8d64912d672f02945b3f /security | |
parent | 4fc30286f15f9ae67e8e5767b3bf1597a063e780 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |