diff options
author | seb <seb@pkgsrc.org> | 2003-08-09 10:38:23 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-09 10:38:23 +0000 |
commit | 8d15907ec2b57f0ed9901c300b10d188b5912fee (patch) | |
tree | 1e60b674de1a8bcab1e3bf4a4f6256ad21787f40 /editors/mule | |
parent | 0d7159e7bde3ed33d6dcb456f8e432ef446180b6 (diff) | |
download | pkgsrc-8d15907ec2b57f0ed9901c300b10d188b5912fee.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'editors/mule')
-rw-r--r-- | editors/mule/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index b7b4c4b8c5e..4baf843bc8c 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2003/07/17 21:34:41 grant Exp $ +# $NetBSD: Makefile,v 1.21 2003/08/09 10:48:09 seb Exp $ DISTNAME= mule-2.3 PKGREVISION= 1 @@ -41,7 +41,6 @@ CONFIGURE_ARGS+= --with-wnn4 --wnn-includes=${BUILDLINK_PREFIX.ja-freewnn}/inclu CONFIGURE_ARGS+= --canna --canna-includes=${BUILDLINK_PREFIX.canna}/include --canna-libraries=${BUILDLINK_PREFIX.canna}/lib .endif -USE_NEW_TEXINFO= YES USE_MAKEINFO= YES INFO_FILES= CCL ISO2022 R2L XFONT antenews-jp canna-jp cl dired-x INFO_FILES+= egg emacs forms gnus kbd-trans languages m2ps mule quail |