diff options
author | wiz <wiz> | 2000-09-07 11:32:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-09-07 11:32:22 +0000 |
commit | 8bb2c3f4f3cf916cfcf0d5c587aa9b219ddb48a5 (patch) | |
tree | 180df5cb8d3c07df8a4a798e2ac0675dede6cc68 /textproc | |
parent | 26b6683a5f0db0b320443b372de78b95ab06feef (diff) | |
download | pkgsrc-8bb2c3f4f3cf916cfcf0d5c587aa9b219ddb48a5.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 |