diff options
Diffstat (limited to 'mail/cone/options.mk')
-rw-r--r-- | mail/cone/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cone/options.mk b/mail/cone/options.mk index c6987beb15a..d1dec107198 100644 --- a/mail/cone/options.mk +++ b/mail/cone/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2008/02/20 22:53:49 jlam Exp $ +# $NetBSD: options.mk,v 1.7 2008/02/27 08:25:17 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.cone PKG_SUPPORTED_OPTIONS= aspell ldap wide-curses @@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --with-gnutls ### Wide curses display ### .if !empty(PKG_OPTIONS:Mwide-curses) -USE_NCURSESW= yes # termattrs() +USE_NCURSES= yes # termattrs() . include "../../devel/ncursesw/buildlink3.mk" .else USE_NCURSES= yes # termattrs() |