summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz>2008-02-27 08:25:17 +0000
committerwiz <wiz>2008-02-27 08:25:17 +0000
commit20e65ab204ef80b9d1e2aab8dddffa72fd2a0a83 (patch)
tree780974503ab323ffd70173dd8f08fecdbd3e3e9e /mail
parenta3174ac7e052deafb7203104816520fe2d41273d (diff)
downloadpkgsrc-20e65ab204ef80b9d1e2aab8dddffa72fd2a0a83.tar.gz
USE_NCURSESW is gone, use USE_NCURSES instead.
Diffstat (limited to 'mail')
-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()