Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/nvi nvi: Always depends on curses



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec2a52ce09d9
branches:  trunk
changeset: 435055:ec2a52ce09d9
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Jun 29 19:30:04 2020 +0000

description:
nvi: Always depends on curses

nvi is unconditionally linked against the curses library.

diffstat:

 editors/nvi/Makefile   |  3 ++-
 editors/nvi/options.mk |  3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 207d456dad2c -r ec2a52ce09d9 editors/nvi/Makefile
--- a/editors/nvi/Makefile      Mon Jun 29 19:22:34 2020 +0000
+++ b/editors/nvi/Makefile      Mon Jun 29 19:30:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2020/05/31 16:29:54 rillig Exp $
+# $NetBSD: Makefile,v 1.56 2020/06/29 19:30:04 leot Exp $
 
 DISTNAME=      nvi-1.81.6
 PKGREVISION=   13
@@ -48,4 +48,5 @@
        ${CHMOD} 755 configure && \
        aclocal -I m4 && autoheader && autoconf
 
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 207d456dad2c -r ec2a52ce09d9 editors/nvi/options.mk
--- a/editors/nvi/options.mk    Mon Jun 29 19:22:34 2020 +0000
+++ b/editors/nvi/options.mk    Mon Jun 29 19:30:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2020/06/29 18:53:26 leot Exp $
+# $NetBSD: options.mk,v 1.6 2020/06/29 19:30:04 leot Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.nvi
 PKG_SUPPORTED_OPTIONS+=        wide-curses
@@ -11,6 +11,5 @@
 ### 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