diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
commit | 7e80cde3289d108a73c54656f4fde354dd2fb09e (patch) | |
tree | b85b705571d426ca1d0ff74b6af8f029081a6a39 /databases/kumofs | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) |
Notes
Diffstat (limited to 'databases/kumofs')
-rw-r--r-- | databases/kumofs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/kumofs/Makefile b/databases/kumofs/Makefile index 9d56c3e40e2f..6fde94d546fb 100644 --- a/databases/kumofs/Makefile +++ b/databases/kumofs/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= msgpack:${PORTSDIR}/devel/msgpack \ RUN_DEPENDS= rubygem-msgpack>0:${PORTSDIR}/devel/rubygem-msgpack LICENSE= ASL -USE_AUTOTOOLS= libtool:22 autoheader:267 autoconf:267 automake:110 aclocal:110 +USE_AUTOTOOLS= libtool:22 autoheader:267 autoconf:267 automake:111 aclocal:111 ACLOCAL_ARGS= # empty AUTOMAKE_ARGS= --add-missing --copy CONFIGURE_ARGS= --with-msgpack=${LOCALBASE} --with-tokyocabinet=${LOCALBASE} |