aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/aircrack-ng
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2018-07-07 13:37:00 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2018-07-07 13:37:00 +0000
commitf2d62f2c9dc9109f2f61177cad762d5ef8f0d252 (patch)
tree324ce4bee1cfa7b57ca070f7c021a9a426eb7c71 /net-mgmt/aircrack-ng
parentc31e361f726d7fa62ed4241a842d8ce4c54208d7 (diff)
downloadports-f2d62f2c9dc9109f2f61177cad762d5ef8f0d252.tar.gz
ports-f2d62f2c9dc9109f2f61177cad762d5ef8f0d252.zip
Use the canonical USE_GCC=yes instead of USE_GCC=6+. This has the
advantage that it'll use a current version of GCC that is present already without a need to adjust this port as the default version in Mk/bsd.default-versions.mk moves (or a user changes the default locally). Approved by: lme (maintainer)
Notes
Notes: svn path=/head/; revision=474082
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 63778f35c7e3..77290971e0bb 100644
--- a/net-mgmt/aircrack-ng/Makefile
+++ b/net-mgmt/aircrack-ng/Makefile
@@ -19,7 +19,7 @@ BROKEN_armv7= fails to configure: _AX_COMPILER_VERSION_GNU unknown gcc major
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= 6+
+USE_GCC= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-experimental
CPE_VERSION= ${DISTVERSION:C/-.*//}