pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ncdc



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 13:04:15 UTC 2021

Modified Files:
        pkgsrc/net/ncdc: Makefile

Log Message:
ncdc: actually wants ncursesw

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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/ncdc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ncdc/Makefile
diff -u pkgsrc/net/ncdc/Makefile:1.21 pkgsrc/net/ncdc/Makefile:1.22
--- pkgsrc/net/ncdc/Makefile:1.21       Wed Apr 21 13:25:11 2021
+++ pkgsrc/net/ncdc/Makefile    Fri May 14 13:04:15 2021
@@ -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 @@ USE_TOOLS+=   pkg-config
 .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