diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-16 11:52:47 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-16 11:52:47 +0000 |
commit | 6abd00a86bbeefe0d47fdd84e916deccf66893e3 (patch) | |
tree | 7c37b7d6324eab6bc3e4c7437bc196ffd159e881 /databases/kumofs | |
parent | 48d3e12a9551f7a6507dfc47ccdc164263bb1ea7 (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 6fde94d546fb..e9203c0351f9 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:111 aclocal:111 +USE_AUTOTOOLS= libtool:22 autoheader:268 autoconf:268 automake:111 aclocal:111 ACLOCAL_ARGS= # empty AUTOMAKE_ARGS= --add-missing --copy CONFIGURE_ARGS= --with-msgpack=${LOCALBASE} --with-tokyocabinet=${LOCALBASE} |