diff options
author | seb <seb> | 2003-08-07 11:59:29 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-07 11:59:29 +0000 |
commit | 04f1ab45e8222d346a65cfaa28cbc69f0f352100 (patch) | |
tree | 0102f921799f531fb87f219d64bcb4f0ae8031b9 /inputmethod/tc/Makefile | |
parent | 32d2537704afe7d4ccae4c24849f313415c9e158 (diff) | |
download | pkgsrc-04f1ab45e8222d346a65cfaa28cbc69f0f352100.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'inputmethod/tc/Makefile')
-rw-r--r-- | inputmethod/tc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/tc/Makefile b/inputmethod/tc/Makefile index c4563e433fb..08bd9c4f0ca 100644 --- a/inputmethod/tc/Makefile +++ b/inputmethod/tc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:43:52 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/08/07 11:59:29 seb Exp $ # DISTNAME= tc-2.3 @@ -19,7 +19,7 @@ CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/tc USE_GMAKE= YES GNU_CONFIGURE= YES +USE_NEW_TEXINFO= YES INFO_FILES= tc.info -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |