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:   roy
Date:           Tue Jan  3 22:40:44 UTC 2017

Modified Files:
        pkgsrc/sysutils/ncdu: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/sysutils/ncdu/Makefile:1.7
--- pkgsrc/sysutils/ncdu/Makefile:1.6   Sun Dec  4 22:59:56 2016
+++ pkgsrc/sysutils/ncdu/Makefile       Tue Jan  3 22:40:43 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2016/12/04 22:59:56 wiedi Exp $
+# $NetBSD: Makefile,v 1.7 2017/01/03 22:40:43 roy Exp $
 
 DISTNAME=      ncdu-1.12
+PKGREVISION=   1
 CATEGORIES=    filesystems
 MASTER_SITES=  https://dev.yorhel.nl/download/
 
@@ -10,7 +11,7 @@ HOMEPAGE=     http://dev.yorhel.nl/ncdu
 LICENSE=       modified-bsd
 
 GNU_CONFIGURE= yes
-INCOMPAT_CURSES=       NetBSD-[0-5].*-*
+FAKE_NCURSES=  yes
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index