diff options
author | minskim <minskim> | 2004-03-08 19:52:50 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-08 19:52:50 +0000 |
commit | 66eca9b247dfbf532b1007624993e1dfa19568cf (patch) | |
tree | 7d5c37da02d5768c1638a32c0091a2067292efb0 /www/tcl-cgi/Makefile | |
parent | 20b3637f2bff12422014e659566b96023b10a0c9 (diff) | |
download | pkgsrc-66eca9b247dfbf532b1007624993e1dfa19568cf.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/tcl-cgi/Makefile')
-rw-r--r-- | www/tcl-cgi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/tcl-cgi/Makefile b/www/tcl-cgi/Makefile index a5bbf493a37..6bf81832b7b 100644 --- a/www/tcl-cgi/Makefile +++ b/www/tcl-cgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/20 12:28:00 agc Exp $ +# $NetBSD: Makefile,v 1.11 2004/03/08 19:52:52 minskim Exp $ # DISTNAME= cgi.tcl @@ -10,7 +10,7 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://expect.nist.gov/cgi.tcl/ COMMENT= Library of Tcl procedures to assist in writing CGI scripts -DEPENDS+= tcl>=8.3.2:../../lang/tcl +DEPENDS+= tcl>=8.3.2:../../lang/tcl83 WRKSRC= ${WRKDIR}/cgi.tcl-1.3 DIST_SUBDIR= ${PKGNAME} |