From 14f9a7a6952452d6a5c9e002c19ee0923ffcd38d Mon Sep 17 00:00:00 2001 From: Beech Rintoul <beech@FreeBSD.org> Date: Fri, 25 Jul 2008 04:31:42 +0000 Subject: TclDOM is a Tcl language binding for the W3C's DOM standard. DOM provides a tree view of an XML document. TclDOM is a package with several implementations, including one written in pure Tcl, one written in C based on TclDOMPro and another that wraps the Gnome libxml2 library. This port installs the libxml2 part. PR: ports/123956 Submitted by: Frank Fenor <frank at fenor.de> --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index 5bf3c2898fe0..05d9a7db110a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1291,6 +1291,7 @@ SUBDIR += swish-e SUBDIR += syndigator SUBDIR += tcldom + SUBDIR += tcldom-libxml2 SUBDIR += tclhttpd SUBDIR += tclwebtest SUBDIR += tdiary -- cgit v1.2.3