summaryrefslogtreecommitdiff
path: root/sysutils/ncdu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ncdu/Makefile')
-rw-r--r--sysutils/ncdu/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/ncdu/Makefile b/sysutils/ncdu/Makefile
index 81820fb145c..cafdb644dda 100644
--- a/sysutils/ncdu/Makefile
+++ b/sysutils/ncdu/Makefile
@@ -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"