From c4a3df9316d9f446ba45a2e1642985fa2be27e88 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 16 Sep 2012 00:51:32 +0000 Subject: Since the last update, this will not build without the wide-curses option, so turn it on by default. The option should probably be removed entirely, as the code doesn't look amenable to a narrow-only build. PKGREVISION -> 2. --- mail/cone/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/cone/options.mk') diff --git a/mail/cone/options.mk b/mail/cone/options.mk index d1dec107198..eeaec0294ea 100644 --- a/mail/cone/options.mk +++ b/mail/cone/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.7 2008/02/27 08:25:17 wiz Exp $ +# $NetBSD: options.mk,v 1.8 2012/09/16 00:51:32 dholland Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.cone PKG_SUPPORTED_OPTIONS= aspell ldap wide-curses PKG_OPTIONS_REQUIRED_GROUPS= tls PKG_OPTIONS_GROUP.tls= gnutls ssl -PKG_SUGGESTED_OPTIONS= aspell ldap ssl +PKG_SUGGESTED_OPTIONS= aspell ldap ssl wide-curses .include "../../mk/bsd.options.mk" -- cgit v1.2.3