diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-08 19:52:50 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-08 19:52:50 +0000 |
commit | ac690cf6348baa713aede454a0221855eda81f9d (patch) | |
tree | 7d5c37da02d5768c1638a32c0091a2067292efb0 /textproc | |
parent | e6b8d346e02abae17efb866e1af55246621d6cd9 (diff) | |
download | pkgsrc-ac690cf6348baa713aede454a0221855eda81f9d.tar.gz |
Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 will
be updated to depend on lang/tcl after Tcl/Tk update.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tcl-expat/Makefile | 4 | ||||
-rw-r--r-- | textproc/tcl-xml/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/tcl-expat/Makefile b/textproc/tcl-expat/Makefile index ce4dd4d929d..08eb01c40b2 100644 --- a/textproc/tcl-expat/Makefile +++ b/textproc/tcl-expat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 22:54:52 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/03/08 19:52:51 minskim Exp $ # DISTNAME= TclExpat-1.1 @@ -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/tcl +DEPENDS+= tcl>=8.3.2:../../lang/tcl83 DEPENDS+= expat-[0-9]*:../../textproc/expat pre-install: diff --git a/textproc/tcl-xml/Makefile b/textproc/tcl-xml/Makefile index e2550dd449d..b9ae2ebeefa 100644 --- a/textproc/tcl-xml/Makefile +++ b/textproc/tcl-xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:54:52 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/03/08 19:52:51 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/tcl +DEPENDS+= tcl>=8.3.2:../../lang/tcl83 # old name for this package... CONFLICTS+= TclXML-[0-9]* |