diff options
author | wiz <wiz@pkgsrc.org> | 2008-02-27 08:25:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-02-27 08:25:17 +0000 |
commit | cddcec76294e1cd9793bc9cf355a297735ec3ff6 (patch) | |
tree | 780974503ab323ffd70173dd8f08fecdbd3e3e9e /mail | |
parent | 5f1962e280dd5887294bb72751efc1d77da92abc (diff) | |
download | pkgsrc-cddcec76294e1cd9793bc9cf355a297735ec3ff6.tar.gz |
USE_NCURSESW is gone, use USE_NCURSES instead.
Diffstat (limited to 'mail')
-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() |