diff options
author | Lars Engels <lme@FreeBSD.org> | 2018-06-21 07:59:02 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2018-06-21 07:59:02 +0000 |
commit | e861e3fc9a8e077e1c0473e72be37e1bd385a9dc (patch) | |
tree | b4df3297590ae166a51e749580f669aad2b41693 /net-mgmt/aircrack-ng | |
parent | a41607189651ea55855153c34021554a53e582aa (diff) | |
download | ports-e861e3fc9a8e077e1c0473e72be37e1bd385a9dc.tar.gz ports-e861e3fc9a8e077e1c0473e72be37e1bd385a9dc.zip |
Notes
Diffstat (limited to 'net-mgmt/aircrack-ng')
-rw-r--r-- | net-mgmt/aircrack-ng/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/aircrack-ng/Makefile b/net-mgmt/aircrack-ng/Makefile index da6b5f574ffc..e8eeda05ac8d 100644 --- a/net-mgmt/aircrack-ng/Makefile +++ b/net-mgmt/aircrack-ng/Makefile @@ -3,6 +3,7 @@ PORTNAME= aircrack-ng DISTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= net-mgmt security MASTER_SITES= http://download.aircrack-ng.org/ @@ -15,7 +16,7 @@ LICENSE_COMB= dual BROKEN_powerpc64= fails to compile: sse-intrinsics.c: error: emmintrin.h: No such file or directory USES= autoreconf cpe dos2unix gmake libtool ssl -USE_GCC= 7+ +USE_GCC= 6+ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-experimental CPE_VERSION= ${DISTVERSION:C/-.*//} |