pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/nvi
Module Name: pkgsrc
Committed By: leot
Date: Mon Jun 29 18:53:27 UTC 2020
Modified Files:
pkgsrc/editors/nvi: options.mk
Log Message:
nvi: Add missing dependency to curses
Noticed by Ottavio Caruso via #pkgsrc@Freenode, thanks!
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/nvi/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/nvi/options.mk
diff -u pkgsrc/editors/nvi/options.mk:1.4 pkgsrc/editors/nvi/options.mk:1.5
--- pkgsrc/editors/nvi/options.mk:1.4 Sun May 24 05:22:01 2020
+++ pkgsrc/editors/nvi/options.mk Mon Jun 29 18:53:26 2020
@@ -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 @@ PKG_LEGACY_OPTS+= ncursesw:wide-curses
### 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