aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2014-03-02 05:23:14 +0800
committergerald <gerald@FreeBSD.org>2014-03-02 05:23:14 +0800
commit3a5a6c80458cf7ec0f98f8934c5d17419c8da11d (patch)
treec81589bd52dcd80b0393c9e33f73dd8e4056e7bf /security
parent8910f415b1b570e1d9110dc0a2f5edf7e32ade6b (diff)
downloadfreebsd-ports-gnome-3a5a6c80458cf7ec0f98f8934c5d17419c8da11d.tar.gz
freebsd-ports-gnome-3a5a6c80458cf7ec0f98f8934c5d17419c8da11d.tar.zst
freebsd-ports-gnome-3a5a6c80458cf7ec0f98f8934c5d17419c8da11d.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]
Diffstat (limited to 'security')
-rw-r--r--security/keepassx2/Makefile2
-rw-r--r--security/libgcrypt/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/keepassx2/Makefile b/security/keepassx2/Makefile
index cc90a49c2ef1..f5a64192cdc6 100644
--- a/security/keepassx2/Makefile
+++ b/security/keepassx2/Makefile
@@ -19,7 +19,7 @@ DATADIR= ${PREFIX}/share/${PORTNAME:L}
WRKSRC= ${WRKDIR}/${DISTNAME:L}
USES= cmake
-USE_GCC= 4.2+
+USE_GCC= any
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_QT4= corelib gui xml qtestlib dbus uic_build moc_build \
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)