diff options
author | tonio <tonio@pkgsrc.org> | 2005-08-02 13:15:40 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-08-02 13:15:40 +0000 |
commit | 11463a9212da40dbf1dd7b562bc8cea3a95cafbc (patch) | |
tree | 708781af3026111df1beaf854a0b336418231509 /mail | |
parent | 4d9846a5f9691fbff24e805d8458335905b1e3f0 (diff) | |
download | pkgsrc-11463a9212da40dbf1dd7b562bc8cea3a95cafbc.tar.gz |
Rename the option hcache to mutt-hcache, since it is only relevant to the mutt package
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk index 489faf0cc1f..45c9a1eb561 100644 --- a/mail/mutt-devel/options.mk +++ b/mail/mutt-devel/options.mk @@ -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 @@ CONFIGURE_ARGS+= --without-ssl ### ### 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 |