pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ncdc ncdc: actually wants ncursesw



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b490c4717a3b
branches:  trunk
changeset: 452694:b490c4717a3b
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 14 13:04:15 2021 +0000

description:
ncdc: actually wants ncursesw

TODO: fix this use to use the curses framework properly...

diffstat:

 net/ncdc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r c124989d8c02 -r b490c4717a3b net/ncdc/Makefile
--- a/net/ncdc/Makefile Fri May 14 12:57:27 2021 +0000
+++ b/net/ncdc/Makefile Fri May 14 13:04:15 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2021/04/21 13:25:11 adam Exp $
+# $NetBSD: Makefile,v 1.22 2021/05/14 13:04:15 nia Exp $
 
 DISTNAME=      ncdc-1.22.1
 PKGREVISION=   8
@@ -18,5 +18,5 @@
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../devel/ncursesw/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index