summaryrefslogtreecommitdiff
path: root/editors/hnb
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-06-20 07:23:36 +0000
committerwiz <wiz@pkgsrc.org>2003-06-20 07:23:36 +0000
commit60511a1127647fc953169cc75e2261504b2e88ce (patch)
treedbe90b2b657d8d37d37c6f9999fb72d60f0c80c6 /editors/hnb
parent54393bfd42579d95f24752802faf1aa5799767e4 (diff)
downloadpkgsrc-60511a1127647fc953169cc75e2261504b2e88ce.tar.gz
Builds and runs fine with native curses now;
replace USE_NCURSES with INCOMPAT_CURSES.
Diffstat (limited to 'editors/hnb')
-rw-r--r--editors/hnb/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile
index 2db7eac8947..1d564486765 100644
--- a/editors/hnb/Makefile
+++ b/editors/hnb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/05/02 11:54:45 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2003/06/20 07:23:36 wiz Exp $
#
DISTNAME= hnb-1.8.1
@@ -10,10 +10,11 @@ MAINTAINER= jmmv@netbsd.org
HOMEPAGE= http://hnb.sourceforge.net/
COMMENT= Hierarchical data organizer
+INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]* NetBSD-1.6[A-U]-*
+
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_GMAKE= yes
-USE_NCURSES= # keyname()
.include "../../devel/ncurses/buildlink2.mk"
.include "../../textproc/libxml2/buildlink2.mk"