summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2003-06-20 07:23:36 +0000
committerwiz <wiz>2003-06-20 07:23:36 +0000
commit57881c4ab5f54af129ed1b1b22cc3975e011ad29 (patch)
treedbe90b2b657d8d37d37c6f9999fb72d60f0c80c6
parente2062ba466421141ad3e0491ac738d5e8963ecdb (diff)
downloadpkgsrc-57881c4ab5f54af129ed1b1b22cc3975e011ad29.tar.gz
Builds and runs fine with native curses now;
replace USE_NCURSES with INCOMPAT_CURSES.
-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"