diff options
-rw-r--r-- | textproc/tclxml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/tclxml/Makefile b/textproc/tclxml/Makefile index 5f240d55108..3d224c7f54e 100644 --- a/textproc/tclxml/Makefile +++ b/textproc/tclxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/08/21 18:08:22 jwise Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/21 21:57:22 jwise Exp $ # DISTNAME= TclXML-1.2 @@ -11,6 +11,8 @@ HOMEPAGE= http://www.zveno.com/zm.cgi/in-tclxml/ NO_CONFIGURE= NO_BUILD= +DEPENDS+= tcl-8.0.5:../../lang/tcl80 + do-install: ${MKDIR} ${PREFIX}/lib/TclXML ${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/TclXML |