pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/ncdu
Module Name: pkgsrc
Committed By: sborrill
Date: Mon Apr 24 12:17:24 UTC 2017
Modified Files:
pkgsrc/sysutils/ncdu: Makefile
Log Message:
Check for vw_printw in builtin curses
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/ncdu/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/ncdu/Makefile
diff -u pkgsrc/sysutils/ncdu/Makefile:1.7 pkgsrc/sysutils/ncdu/Makefile:1.8
--- pkgsrc/sysutils/ncdu/Makefile:1.7 Tue Jan 3 22:40:43 2017
+++ pkgsrc/sysutils/ncdu/Makefile Mon Apr 24 12:17:24 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/01/03 22:40:43 roy Exp $
+# $NetBSD: Makefile,v 1.8 2017/04/24 12:17:24 sborrill Exp $
DISTNAME= ncdu-1.12
PKGREVISION= 1
@@ -12,6 +12,7 @@ LICENSE= modified-bsd
GNU_CONFIGURE= yes
FAKE_NCURSES= yes
+USE_CURSES= vw_printw
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index