diff options
author | jwise <jwise@pkgsrc.org> | 2000-08-21 21:57:22 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-08-21 21:57:22 +0000 |
commit | e718aac65525db35575b6395fbee92630c169e57 (patch) | |
tree | 20532eb07706a626c81986d8fd2bfcb52928fee2 /textproc | |
parent | e75965c6baa05e78e9da83535eded56e6c1aa4cc (diff) | |
download | pkgsrc-e718aac65525db35575b6395fbee92630c169e57.tar.gz |
Correctly note dependency on tcl.
Diffstat (limited to 'textproc')
-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 |