Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/nvi nvi: Add missing dependency to curses
details: https://anonhg.NetBSD.org/pkgsrc/rev/c0ec73dedb22
branches: trunk
changeset: 435053:c0ec73dedb22
user: leot <leot%pkgsrc.org@localhost>
date: Mon Jun 29 18:53:26 2020 +0000
description:
nvi: Add missing dependency to curses
Noticed by Ottavio Caruso via #pkgsrc@Freenode, thanks!
diffstat:
editors/nvi/options.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r db084f1e908f -r c0ec73dedb22 editors/nvi/options.mk
--- a/editors/nvi/options.mk Mon Jun 29 18:37:07 2020 +0000
+++ b/editors/nvi/options.mk Mon Jun 29 18:53:26 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2020/05/24 05:22:01 nia Exp $
+# $NetBSD: options.mk,v 1.5 2020/06/29 18:53:26 leot Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nvi
PKG_SUPPORTED_OPTIONS+= wide-curses
@@ -11,5 +11,6 @@
### Wide curses support
###
.if !empty(PKG_OPTIONS:Mwide-curses)
+. include "../../mk/curses.buildlink3.mk"
CONFIGURE_ARGS+= --enable-widechar
.endif
Home |
Main Index |
Thread Index |
Old Index