summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsborrill <sborrill>2015-07-06 11:35:51 +0000
committersborrill <sborrill>2015-07-06 11:35:51 +0000
commitd13cb2563ef770e8d8cc4579408ba844ae5b0f46 (patch)
tree6a3a476c4a098b98a33ebcaef6ad21e2c88a7128
parentcc385e713d3a4d917fc1951d063a3e0d952a30ed (diff)
downloadpkgsrc-d13cb2563ef770e8d8cc4579408ba844ae5b0f46.tar.gz
NetBSD 5 (and earlier) curses is not good enough, so mark as incompatible.
Build fails otherwise, so no revbump needed
-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"