summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-05-24 05:00:36 +0000
committernia <nia@pkgsrc.org>2020-05-24 05:00:36 +0000
commitf16001bc3fb421f2b36e69682b8d1857d1c8b619 (patch)
tree916c3b5276b03f89d8f4f368af1a77102622ca04 /editors
parentc5537c89278fe4d82d2f6aa87873f3bd71bf2b47 (diff)
downloadpkgsrc-f16001bc3fb421f2b36e69682b8d1857d1c8b619.tar.gz
nvi: Enable wide-curses by default
noted by ottavio on freenode - I suspect most people installing this package expect it to have utf8 support if they're using an OS that defaults to ncurses
Diffstat (limited to 'editors')
-rw-r--r--editors/nvi/Makefile4
-rw-r--r--editors/nvi/options.mk3
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/nvi/Makefile b/editors/nvi/Makefile
index bf64e595b90..8eeab8e1f5e 100644
--- a/editors/nvi/Makefile
+++ b/editors/nvi/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2019/06/08 10:40:57 rillig Exp $
+# $NetBSD: Makefile,v 1.53 2020/05/24 05:00:36 nia Exp $
DISTNAME= nvi-1.81.6
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= editors
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tar.bz2
diff --git a/editors/nvi/options.mk b/editors/nvi/options.mk
index bfd231e0937..d06681d267b 100644
--- a/editors/nvi/options.mk
+++ b/editors/nvi/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2008/02/21 21:17:45 jlam Exp $
+# $NetBSD: options.mk,v 1.3 2020/05/24 05:00:36 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nvi
PKG_SUPPORTED_OPTIONS= # empty
@@ -17,6 +17,7 @@ NVI_NON_WIDE_PLATFORM= yes
#
.if !defined(NVI_NON_WIDE_PLATFORM)
PKG_SUPPORTED_OPTIONS+= wide-curses
+PKG_SUGGESTED_OPTIONS+= wide-curses
PKG_LEGACY_OPTS+= ncursesw:wide-curses
.endif