summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorsborrill <sborrill@pkgsrc.org>2015-07-06 11:35:51 +0000
committersborrill <sborrill@pkgsrc.org>2015-07-06 11:35:51 +0000
commitddd4fedaffea18af5e2b2bc067629e570e2ba0fd (patch)
tree6a3a476c4a098b98a33ebcaef6ad21e2c88a7128 /sysutils
parent5ad34feadca7c6c41f75d5ce571d05efdcc930fa (diff)
downloadpkgsrc-ddd4fedaffea18af5e2b2bc067629e570e2ba0fd.tar.gz
NetBSD 5 (and earlier) curses is not good enough, so mark as incompatible.
Build fails otherwise, so no revbump needed
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ncdu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/ncdu/Makefile b/sysutils/ncdu/Makefile
index a90b6c1339d..5f06bc03faf 100644
--- a/sysutils/ncdu/Makefile
+++ b/sysutils/ncdu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/08/23 11:31:29 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2015/07/06 11:35:51 sborrill Exp $
DISTNAME= ncdu-1.10
CATEGORIES= filesystems
@@ -10,6 +10,7 @@ HOMEPAGE= http://dev.yorhel.nl/ncdu
LICENSE= modified-bsd
GNU_CONFIGURE= yes
+INCOMPAT_CURSES= NetBSD-[0-5]*-*
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"