aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-10-16 03:48:05 +0800
committerbapt <bapt@FreeBSD.org>2017-10-16 03:48:05 +0800
commit9b9fc2823ae94b12a1eba4152f245aeb29df1dee (patch)
treeae8fa04d8e7752e4cca60ad7673264a7b08df143 /mail
parentfbed3f78c723a3f01a2159adceeb10e2f3c2d332 (diff)
downloadfreebsd-ports-gnome-9b9fc2823ae94b12a1eba4152f245aeb29df1dee.tar.gz
freebsd-ports-gnome-9b9fc2823ae94b12a1eba4152f245aeb29df1dee.tar.zst
freebsd-ports-gnome-9b9fc2823ae94b12a1eba4152f245aeb29df1dee.zip
Fix build with kyotocabinet
Reported by: ler
Diffstat (limited to 'mail')
-rw-r--r--mail/neomutt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile
index c6ca5b1d5ee5..4dfe0df387ca 100644
--- a/mail/neomutt/Makefile
+++ b/mail/neomutt/Makefile
@@ -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