aboutsummaryrefslogtreecommitdiffstats
path: root/databases
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 /databases
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 'databases')
-rw-r--r--databases/kumofs/Makefile4
-rw-r--r--databases/mysql-q4m/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/kumofs/Makefile b/databases/kumofs/Makefile
index 3138587d43c1..4e9075ee538c 100644
--- a/databases/kumofs/Makefile
+++ b/databases/kumofs/Makefile
@@ -19,8 +19,8 @@ USE_AUTOTOOLS= libtool autoheader autoconf automake aclocal
ACLOCAL_ARGS= # empty
AUTOMAKE_ARGS= --add-missing --copy
CONFIGURE_ARGS= --with-msgpack=${LOCALBASE} --with-tokyocabinet=${LOCALBASE}
-USE_GCC= 4.2+
-USE_GMAKE= yes
+USES= gmake
+USE_GCC= any
USE_RUBY= yes
USE_RC_SUBR= kumofs-manager kumofs-server kumofs-gateway
PIDDIR?= /var/run/kumofs
diff --git a/databases/mysql-q4m/Makefile b/databases/mysql-q4m/Makefile
index 8bcb2fb16085..ad551f2d7015 100644
--- a/databases/mysql-q4m/Makefile
+++ b/databases/mysql-q4m/Makefile
@@ -15,7 +15,7 @@ FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/${_MYSQL_SERVER}:build
USES= gmake perl5
USE_AUTOTOOLS= libtool
USE_MYSQL= server
-USE_GCC= 4.2+
+USE_GCC= any
USE_PERL5= run
GNU_CONFIGURE= yes