diff options
author | wiz <wiz> | 2000-09-07 11:32:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-09-07 11:32:22 +0000 |
commit | 66c0ccaca4e096ccae16b141994a7d309b7058fe (patch) | |
tree | 180df5cb8d3c07df8a4a798e2ac0675dede6cc68 /textproc | |
parent | 464bd5e3de03be24fa23310d7b3561c8c422c023 (diff) | |
download | pkgsrc-66c0ccaca4e096ccae16b141994a7d309b7058fe.tar.gz |
replace tcldom and tclxml by tcl-dom and tcl-xml
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 1e86af9233a..feea140d387 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2000/09/04 21:50:44 kim Exp $ +# $NetBSD: Makefile,v 1.54 2000/09/07 11:32:22 wiz Exp $ # FreeBSD Id: Makefile,v 1.13 1997/10/13 11:11:32 itojun Exp # @@ -37,8 +37,8 @@ SUBDIR += sp SUBDIR += t1lib SUBDIR += t1utils - SUBDIR += tcldom - SUBDIR += tclxml + SUBDIR += tcl-dom + SUBDIR += tcl-xml SUBDIR += ted SUBDIR += ted-cs SUBDIR += ted-da |