diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-04 21:52:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-04 21:52:36 +0000 |
commit | fad2f2306f84a26f040b664da61667c14c895ff5 (patch) | |
tree | 659f7cb7b9527245e7ffa1ba1d146489fb5a1f74 /mail/neomutt | |
parent | 5c34eb5d754d1837a05e87ac2e167e1fb692b04c (diff) | |
download | pkgsrc-fad2f2306f84a26f040b664da61667c14c895ff5.tar.gz |
Option was renamed, follow suit.
Diffstat (limited to 'mail/neomutt')
-rw-r--r-- | mail/neomutt/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/neomutt/options.mk b/mail/neomutt/options.mk index 08445718ab2..7ac9e7c5f6f 100644 --- a/mail/neomutt/options.mk +++ b/mail/neomutt/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2016/09/09 06:31:29 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2016/10/04 21:52:36 wiz Exp $ # Global and legacy options @@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --disable-smime . if !empty(PKG_OPTIONS:Mtokyocabinet) . include "../../databases/tokyocabinet/buildlink3.mk" CONFIGURE_ARGS+= --enable-hcache -CONFIGURE_ARGS+= --enable-tokyocabinet +CONFIGURE_ARGS+= --with-tokyocabinet CONFIGURE_ARGS+= --without-gdbm CONFIGURE_ARGS+= --without-bdb . else |