diff options
author | dholland <dholland> | 2012-09-16 00:51:32 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-09-16 00:51:32 +0000 |
commit | c4a3df9316d9f446ba45a2e1642985fa2be27e88 (patch) | |
tree | e79984ad4538047b2065dbd22747bab7cb05a25b /mail/cone/options.mk | |
parent | cfc395e2917614f9e7f729a6bb7999776792ff62 (diff) | |
download | pkgsrc-c4a3df9316d9f446ba45a2e1642985fa2be27e88.tar.gz |
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.
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 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" |