diff options
Diffstat (limited to 'textproc/tcl-dom/Makefile')
-rw-r--r-- | textproc/tcl-dom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/tcl-dom/Makefile b/textproc/tcl-dom/Makefile index 9ec11c05c67..76bff8ce374 100644 --- a/textproc/tcl-dom/Makefile +++ b/textproc/tcl-dom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/08/30 19:47:13 jwise Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 17:37:44 wiz Exp $ # DISTNAME= TclDOM-1.6 @@ -8,6 +8,7 @@ MASTER_SITES= http://www.zveno.com/in-tclxml/in-tcldom/ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.zveno.com/zm.cgi/in-tclxml/in-tcldom/ +COMMENT= DOM implementation for use with TclXML or TclExpat DEPENDS+= tcl-xml-*:../../textproc/tcl-xml |