diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-15 19:48:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-15 19:48:05 +0000 |
commit | 6a11348961fec1a4ca6f9a95d073b01b71c26ff0 (patch) | |
tree | ae8fa04d8e7752e4cca60ad7673264a7b08df143 /mail/neomutt | |
parent | 036d5a5aecaff18c3b1cb1eb8ced8ba34e693a75 (diff) | |
download | freebsd-ports-6a11348961fec1a4ca6f9a95d073b01b71c26ff0.zip |
Fix build with kyotocabinet
Reported by: ler
Diffstat (limited to 'mail/neomutt')
-rw-r--r-- | mail/neomutt/Makefile | 2 |
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 |