diff options
author | seb <seb> | 2003-08-09 10:38:23 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-09 10:38:23 +0000 |
commit | 24a7d52876906cf979392c257e1ff98d8ad6886b (patch) | |
tree | 1e60b674de1a8bcab1e3bf4a4f6256ad21787f40 /editors/zile | |
parent | 062b550c62066ad779cb71e7ac4914a81a002bbe (diff) | |
download | pkgsrc-24a7d52876906cf979392c257e1ff98d8ad6886b.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'editors/zile')
-rw-r--r-- | editors/zile/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 0b9dc4ed9f9..aa07c51611e 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:35:17 grant Exp $ +# $NetBSD: Makefile,v 1.9 2003/08/09 10:48:10 seb Exp $ DISTNAME= zile-1.6.2 PKGREVISION= 1 @@ -12,7 +12,6 @@ COMMENT= Emacs-like text editor GNU_CONFIGURE= yes USE_NCURSES= # KEY_RESIZE (also uses stdscr->_delay directly) USE_BUILDLINK2= yes -USE_NEW_TEXINFO= YES USE_MAKEINFO= YES INFO_FILES= zile.info |