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 /www/ap-dtcl | |
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 'www/ap-dtcl')
-rw-r--r-- | www/ap-dtcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-dtcl/Makefile b/www/ap-dtcl/Makefile index 40dbb41f304..b0d93bed6b9 100644 --- a/www/ap-dtcl/Makefile +++ b/www/ap-dtcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/01/20 12:27:58 agc Exp $ +# $NetBSD: Makefile,v 1.20 2004/03/08 19:52:52 minskim Exp $ DISTNAME= mod_dtcl-0.11.6 PKGNAME= ap-dtcl-0.11.2 @@ -10,7 +10,7 @@ HOMEPAGE= http://tcl.apache.org/ COMMENT= Simple, fast Tcl server side scripting for apache DEPENDS+= apache{,6}-1.3.*:../../www/apache -DEPENDS+= tcl>=8.3.2nb2:../../lang/tcl +DEPENDS+= tcl>=8.3.2nb2:../../lang/tcl83 WRKSRC= ${WRKDIR}/mod_dtcl TCLSH= ${LOCALBASE}/bin/tclsh |