pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mutt-devel Rename the option hcache to mutt-hcach...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/013e941db50a
branches:  trunk
changeset: 497693:013e941db50a
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Tue Aug 02 13:15:40 2005 +0000

description:
Rename the option hcache to mutt-hcache, since it is only relevant to the mutt package

diffstat:

 mail/mutt-devel/options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 5e8db76116dc -r 013e941db50a mail/mutt-devel/options.mk
--- a/mail/mutt-devel/options.mk        Tue Aug 02 13:03:14 2005 +0000
+++ b/mail/mutt-devel/options.mk        Tue Aug 02 13:15:40 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.6 2005/08/02 12:57:02 tonio Exp $
+# $NetBSD: options.mk,v 1.7 2005/08/02 13:15:40 tonio Exp $
 
 # Global and legacy options
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mutt
-PKG_SUPPORTED_OPTIONS= slang ncurses ssl sasl hcache
+PKG_SUPPORTED_OPTIONS= slang ncurses ssl sasl mutt-hcache
 PKG_SUGGESTED_OPTIONS= ssl
 
 .include "../../mk/bsd.options.mk"
@@ -43,7 +43,7 @@
 ###
 ### Header cache
 ###
-.if !empty(PKG_OPTIONS:Mhcache)
+.if !empty(PKG_OPTIONS:Mmutt-hcache)
 BDB_ACCEPTED=          db4
 .  include "../../mk/bdb.buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-hcache



Home | Main Index | Thread Index | Old Index