pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/neomutt
Module Name: pkgsrc
Committed By: wiz
Date: Tue Oct 4 21:52:36 UTC 2016
Modified Files:
pkgsrc/mail/neomutt: options.mk
Log Message:
Option was renamed, follow suit.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/neomutt/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/neomutt/options.mk
diff -u pkgsrc/mail/neomutt/options.mk:1.2 pkgsrc/mail/neomutt/options.mk:1.3
--- pkgsrc/mail/neomutt/options.mk:1.2 Fri Sep 9 06:31:29 2016
+++ pkgsrc/mail/neomutt/options.mk Tue Oct 4 21:52:36 2016
@@ -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
Home |
Main Index |
Thread Index |
Old Index