diff options
author | seb <seb> | 2003-08-09 10:38:23 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-09 10:38:23 +0000 |
commit | 014cd266529e29eef28d5ebb757ca09d84a222fd (patch) | |
tree | 1e60b674de1a8bcab1e3bf4a4f6256ad21787f40 /editors/zile | |
parent | cb5eb6eec4a028bcbd3bbb1426c6bf4d9dfd9330 (diff) | |
download | pkgsrc-014cd266529e29eef28d5ebb757ca09d84a222fd.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 |