aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/goaccess
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2016-12-10 11:24:50 +0800
committeradamw <adamw@FreeBSD.org>2016-12-10 11:24:50 +0800
commitde51fdcecf6279006af087732cf60366872093f5 (patch)
treea4e3befce4f6404a6769906d3c9b5ad04ea7bd7d /sysutils/goaccess
parent4ece35401fde48aca79e53ba185d11666d9777f7 (diff)
downloadfreebsd-ports-gnome-de51fdcecf6279006af087732cf60366872093f5.tar.gz
freebsd-ports-gnome-de51fdcecf6279006af087732cf60366872093f5.tar.zst
freebsd-ports-gnome-de51fdcecf6279006af087732cf60366872093f5.zip
Fix the build when either of the tokyocabinet knobs are enabled.
Previously, the tokyocabinet dependency was never actually installed. Approved by: just-fix-it
Diffstat (limited to 'sysutils/goaccess')
-rw-r--r--sysutils/goaccess/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/goaccess/Makefile b/sysutils/goaccess/Makefile
index 57d08c18fe42..afe2ed7aa946 100644
--- a/sysutils/goaccess/Makefile
+++ b/sysutils/goaccess/Makefile
@@ -39,7 +39,8 @@ TOKYOCABINET_BTREE_DESC= Storage using on-disk B+ Tree
TOKYOCABINET_MHASH_DESC= Storage using on-memory hash database
TOKYOCABINET_BTREE_CONFIGURE_ON= --enable-tcb=btree
TOKYOCABINET_MHASH_CONFIGURE_ON= --enable-tcb=memhash
-TOKYOCABINET_LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet
+TOKYOCABINET_BTREE_LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet
+TOKYOCABINET_HASH_LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}