aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/aircrack-ng
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2018-06-02 07:55:00 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2018-06-02 07:55:00 +0000
commit9c8683b623871be50720859de2693896344ccf52 (patch)
treea09c691edad243ad3124ea650e4a85123283d5f5 /net-mgmt/aircrack-ng
parent13bede1e9bc6a0902aa58f615b17b34719e3637e (diff)
downloadports-9c8683b623871be50720859de2693896344ccf52.tar.gz
ports-9c8683b623871be50720859de2693896344ccf52.zip
Use the canonical form USE_GCC=7+ instead of USE_GCC=7.0+, the latter
only working by chance.
Notes
Notes: svn path=/head/; revision=471344
Diffstat (limited to 'net-mgmt/aircrack-ng')
-rw-r--r--net-mgmt/aircrack-ng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/aircrack-ng/Makefile b/net-mgmt/aircrack-ng/Makefile
index b83de289c7a1..da6b5f574ffc 100644
--- a/net-mgmt/aircrack-ng/Makefile
+++ b/net-mgmt/aircrack-ng/Makefile
@@ -15,7 +15,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.0+
+USE_GCC= 7+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-experimental
CPE_VERSION= ${DISTVERSION:C/-.*//}