pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/mc



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Sep 29 17:30:57 UTC 2023

Modified Files:
        pkgsrc/sysutils/mc: options.mk

Log Message:
mc: ncurses option needs ncursesw.

Requires functions such as mvadd_wchnstr that are only available in the latter.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/mc/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/sysutils/mc/options.mk
diff -u pkgsrc/sysutils/mc/options.mk:1.17 pkgsrc/sysutils/mc/options.mk:1.18
--- pkgsrc/sysutils/mc/options.mk:1.17  Tue Apr 12 15:29:04 2022
+++ pkgsrc/sysutils/mc/options.mk       Fri Sep 29 17:30:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2022/04/12 15:29:04 nia Exp $
+# $NetBSD: options.mk,v 1.18 2023/09/29 17:30:57 jperkin Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.mc
 PKG_OPTIONS_REQUIRED_GROUPS=   screen
@@ -36,7 +36,7 @@ CONFIGURE_ARGS+=      --with-screen=slang
 .elif !empty(PKG_OPTIONS:Mncurses)
 USE_NCURSES=           yes
 CONFIGURE_ARGS+=       --with-screen=ncurses
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../devel/ncursesw/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --with-screen=mcslang
 .endif



Home | Main Index | Thread Index | Old Index