aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/aircrack-ng
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-13 23:36:16 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-13 23:36:16 +0000
commit0a534ed4c7e30c0709191425109085da9c2f3fba (patch)
tree540af31d37b3ae3d9b4538c2f751ce752be43754 /net-mgmt/aircrack-ng
parent7e4f41c6908ce98d98c9a87bb0998ff78c715166 (diff)
downloadports-0a534ed4c7e30c0709191425109085da9c2f3fba.tar.gz
ports-0a534ed4c7e30c0709191425109085da9c2f3fba.zip
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=440859
Diffstat (limited to 'net-mgmt/aircrack-ng')
-rw-r--r--net-mgmt/aircrack-ng/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/aircrack-ng/Makefile b/net-mgmt/aircrack-ng/Makefile
index 0dc501e60499..0f2a8ffcdad4 100644
--- a/net-mgmt/aircrack-ng/Makefile
+++ b/net-mgmt/aircrack-ng/Makefile
@@ -12,6 +12,8 @@ COMMENT= 802.11 WEP and WPA-PSK keys cracking program
LICENSE= GPLv2 BSD3CLAUSE APACHE20
LICENSE_COMB= dual
+BROKEN_powerpc64= fails to compile: sse-intrinsics.c: error: emmintrin.h: No such file or directory
+
USES= cpe dos2unix gmake ssl
CPE_VERSION= ${DISTVERSION:C/-.*//}
CPE_UPDATE= ${DISTVERSION:C/^[^-]*$//:C/.*-//}