diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
commit | 4a8684e352ac6d7260613e6ad3743fabd00eaf7d (patch) | |
tree | c1022f7df000935302e4c7f143c5b049290dacc2 /databases/kumofs | |
parent | 6029732777f019908166457c71136521713b91f7 (diff) | |
download | ports-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.tar.gz ports-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.zip |
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 e9203c0351f9..51be034a1cb7 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:268 autoconf:268 automake:111 aclocal:111 +USE_AUTOTOOLS= libtool autoheader autoconf automake aclocal ACLOCAL_ARGS= # empty AUTOMAKE_ARGS= --add-missing --copy CONFIGURE_ARGS= --with-msgpack=${LOCALBASE} --with-tokyocabinet=${LOCALBASE} |