svn commit: r452163 - head/mail/neomutt

Baptiste Daroussin bapt at FreeBSD.org
Sun Oct 15 19:48:06 UTC 2017


Author: bapt
Date: Sun Oct 15 19:48:05 2017
New Revision: 452163
URL: https://svnweb.freebsd.org/changeset/ports/452163

Log:
  Fix build with kyotocabinet
  
  Reported by:	ler

Modified:
  head/mail/neomutt/Makefile

Modified: head/mail/neomutt/Makefile
==============================================================================
--- head/mail/neomutt/Makefile	Sun Oct 15 19:19:45 2017	(r452162)
+++ head/mail/neomutt/Makefile	Sun Oct 15 19:48:05 2017	(r452163)
@@ -52,7 +52,7 @@ BDB_CONFIGURE_ON=		--bdb
 BDB_USES=			bdb
 GDBM_CONFIGURE_ON=		--gdbm
 GDBM_LIB_DEPENDS=		libgdbm.so:databases/gdbm
-KYOTOCABINET_CONFIGURE_ON=	kyotocabinet
+KYOTOCABINET_CONFIGURE_ON=	--kyotocabinet
 KYOTOCABINET_LIB_DEPENDS=	libkyotocabinet.so:databases/kyotocabinet
 LMDB_CONFIGURE_ON=		--lmdb
 LMDB_LIB_DEPENDS=		liblmdb.so:databases/lmdb


More information about the svn-ports-all mailing list