summaryrefslogtreecommitdiff
path: root/editors/hnb
diff options
context:
space:
mode:
authorwiz <wiz>2003-01-24 13:36:17 +0000
committerwiz <wiz>2003-01-24 13:36:17 +0000
commitd7717924862d81368fa0ac48e3b1561aa1f6d9b7 (patch)
tree9c4dd5c4a53e387166028cad038a33be1a4af87b /editors/hnb
parent75c40f027b5eba932e7474681b9412414892bf7f (diff)
downloadpkgsrc-d7717924862d81368fa0ac48e3b1561aa1f6d9b7.tar.gz
Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
Diffstat (limited to 'editors/hnb')
-rw-r--r--editors/hnb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile
index 3a041e86e31..9b669508fef 100644
--- a/editors/hnb/Makefile
+++ b/editors/hnb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/11/29 20:17:24 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2003/01/24 13:36:19 wiz Exp $
#
DISTNAME= hnb-1.8.1
@@ -12,7 +12,7 @@ COMMENT= Hierarchical data organizer
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_GMAKE= yes
-USE_NCURSES= yes
+USE_NCURSES= # keyname()
.include "../../devel/ncurses/buildlink2.mk"
.include "../../textproc/libxml2/buildlink2.mk"