diff options
Diffstat (limited to 'textproc/tcl-expat')
-rw-r--r-- | textproc/tcl-expat/Makefile | 4 |
1 files changed, 2 insertions, 2 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: |