aboutsummaryrefslogtreecommitdiff
path: root/security/libgcrypt
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-03-01 21:23:14 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2014-03-01 21:23:14 +0000
commit7e339abf8a381a46ef82e3a2462622a709e23bbd (patch)
treec81589bd52dcd80b0393c9e33f73dd8e4056e7bf /security/libgcrypt
parent2c4da57ad2666a12bcf1d6d88a487ac746fb4897 (diff)
downloadports-7e339abf8a381a46ef82e3a2462622a709e23bbd.tar.gz
ports-7e339abf8a381a46ef82e3a2462622a709e23bbd.zip
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1]
Notes
Notes: svn path=/head/; revision=346721
Diffstat (limited to 'security/libgcrypt')
-rw-r--r--security/libgcrypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index 3bbcfe90fbd2..7030037aaa17 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -34,7 +34,7 @@ PORTDOCS= *
CONFIGURE_ARGS+= --disable-asm
.elif ${ARCH} == "armv6"
-USE_GCC=4.2+
+USE_GCC= any
.elif ${ARCH} == "i386"
.if (${OSVERSION} < 900033)