diff options
-rw-r--r-- | editors/hnb/Makefile | 5 |
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" |