diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-09 01:22:58 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-09 01:22:58 +0000 |
commit | 917b2190e9331d14799d6ac02f1e930f7dbed942 (patch) | |
tree | 9a9bf4b9c8bdd5cf8f1026237f60a35616504c0c /textproc | |
parent | ded91a976d901ae96d2d217fc2d1036ea7e44434 (diff) | |
download | pkgsrc-917b2190e9331d14799d6ac02f1e930f7dbed942.tar.gz |
Switch to Tcl 8.4.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tcl-xml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/tcl-xml/Makefile b/textproc/tcl-xml/Makefile index b9ae2ebeefa..ef3b290246d 100644 --- a/textproc/tcl-xml/Makefile +++ b/textproc/tcl-xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/03/08 19:52:51 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/09 01:22:58 minskim Exp $ # DISTNAME= TclXML-1.2 @@ -10,7 +10,7 @@ MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://www.zveno.com/zm.cgi/in-tclxml/ COMMENT= XML parser implemented entirely in Tcl -DEPENDS+= tcl>=8.3.2:../../lang/tcl83 +DEPENDS+= tcl>=8.3.2:../../lang/tcl # old name for this package... CONFLICTS+= TclXML-[0-9]* |