summaryrefslogtreecommitdiff
path: root/mail/cone
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-02-27 08:25:17 +0000
committerwiz <wiz@pkgsrc.org>2008-02-27 08:25:17 +0000
commitcddcec76294e1cd9793bc9cf355a297735ec3ff6 (patch)
tree780974503ab323ffd70173dd8f08fecdbd3e3e9e /mail/cone
parent5f1962e280dd5887294bb72751efc1d77da92abc (diff)
downloadpkgsrc-cddcec76294e1cd9793bc9cf355a297735ec3ff6.tar.gz
USE_NCURSESW is gone, use USE_NCURSES instead.
Diffstat (limited to 'mail/cone')
-rw-r--r--mail/cone/options.mk4
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()