diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-01 21:23:14 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-01 21:23:14 +0000 |
commit | 7e339abf8a381a46ef82e3a2462622a709e23bbd (patch) | |
tree | c81589bd52dcd80b0393c9e33f73dd8e4056e7bf /databases/kumofs | |
parent | 2c4da57ad2666a12bcf1d6d88a487ac746fb4897 (diff) |
Notes
Diffstat (limited to 'databases/kumofs')
-rw-r--r-- | databases/kumofs/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |