diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/hnb/Makefile | 4 | ||||
-rw-r--r-- | editors/zile/Makefile | 5 |
2 files changed, 4 insertions, 5 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" diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 759ad535532..1055ef157e2 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/10/29 12:39:24 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/24 13:36:19 wiz Exp $ DISTNAME= zile-1.6.1 CATEGORIES= editors @@ -9,8 +9,7 @@ HOMEPAGE= http://zile.sourceforge.net COMMENT= Emacs-like text editor GNU_CONFIGURE= yes -# header include error -USE_NCURSES= yes +USE_NCURSES= # KEY_RESIZE (also uses stdscr->_delay directly) USE_BUILDLINK2= yes INFO_FILES= zile.info |