Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2019 09:15:08 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514779 - head/sysutils/goaccess
Message-ID:  <201910190915.x9J9F8hU031462@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Oct 19 09:15:07 2019
New Revision: 514779
URL: https://svnweb.freebsd.org/changeset/ports/514779

Log:
  sysutils/goaccess: Spell TOKYOCABINET_MHASH_LIB_DEPENDS correctly
  
  Unbreaks the TOKYOCABINET_MHASH option.

Modified:
  head/sysutils/goaccess/Makefile

Modified: head/sysutils/goaccess/Makefile
==============================================================================
--- head/sysutils/goaccess/Makefile	Sat Oct 19 09:05:28 2019	(r514778)
+++ head/sysutils/goaccess/Makefile	Sat Oct 19 09:15:07 2019	(r514779)
@@ -45,7 +45,7 @@ TOKYOCABINET_MHASH_DESC=	Storage using on-memory hash 
 TOKYOCABINET_BTREE_CONFIGURE_ON=	--enable-tcb=btree
 TOKYOCABINET_MHASH_CONFIGURE_ON=	--enable-tcb=memhash
 TOKYOCABINET_BTREE_LIB_DEPENDS=	libtokyocabinet.so:databases/tokyocabinet
-TOKYOCABINET_HASH_LIB_DEPENDS=	libtokyocabinet.so:databases/tokyocabinet
+TOKYOCABINET_MHASH_LIB_DEPENDS=	libtokyocabinet.so:databases/tokyocabinet
 
 do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910190915.x9J9F8hU031462>