diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-09 01:16:59 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-09 01:16:59 +0000 |
commit | ded91a976d901ae96d2d217fc2d1036ea7e44434 (patch) | |
tree | edfe06b4e994f56569300b11442d30b46a31a1b0 /textproc/tcl-expat/Makefile | |
parent | 8d844191219149ded6f3315eb19009169e7c5e94 (diff) | |
download | pkgsrc-ded91a976d901ae96d2d217fc2d1036ea7e44434.tar.gz |
Switch to Tcl 8.4. Bump PKGREVISION.
Diffstat (limited to 'textproc/tcl-expat/Makefile')
-rw-r--r-- | textproc/tcl-expat/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/tcl-expat/Makefile b/textproc/tcl-expat/Makefile index 08eb01c40b2..aadc785ce22 100644 --- a/textproc/tcl-expat/Makefile +++ b/textproc/tcl-expat/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2004/03/08 19:52:51 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2004/03/09 01:16:59 minskim Exp $ # DISTNAME= TclExpat-1.1 PKGNAME= tcl-expat-1.1 +PKGREVISION= 1 CATEGORIES= textproc www tcl MASTER_SITES= http://www.zveno.com/in-tclxml/ @@ -10,7 +11,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.4.0:../../lang/tcl DEPENDS+= expat-[0-9]*:../../textproc/expat pre-install: |