summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz>2003-06-20 07:23:36 +0000
committerwiz <wiz>2003-06-20 07:23:36 +0000
commit0df43f143a3bad1061f8d0304afe20e02956ff66 (patch)
treedbe90b2b657d8d37d37c6f9999fb72d60f0c80c6 /editors
parent4354c3c2d460b9de850e20c0749dc9f4b28e34ca (diff)
downloadpkgsrc-0df43f143a3bad1061f8d0304afe20e02956ff66.tar.gz
Builds and runs fine with native curses now;
replace USE_NCURSES with INCOMPAT_CURSES.
Diffstat (limited to 'editors')
-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"