Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Oct 2017 19:48:05 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452163 - head/mail/neomutt
Message-ID:  <201710151948.v9FJm5Oh085271@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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