diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-01 01:37:09 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-01 01:37:09 +0000 |
commit | cd4aa0dc19c5d2f63c8c17afcfa917e45b6b657c (patch) | |
tree | 8814962066d8db9fcc1275e4a13a68e89a70fed3 /textproc/Makefile | |
parent | abfa1820e5f57b2d1a24c7f140e948698ccaadf2 (diff) | |
download | ports-cd4aa0dc19c5d2f63c8c17afcfa917e45b6b657c.tar.gz ports-cd4aa0dc19c5d2f63c8c17afcfa917e45b6b657c.zip |
Add pear-XML_DTD 0.4.2, parsing of DTD files and DTD validation of XML
files.
PR: ports/101081
Submitted by: chinsan <chinsan.tw at gmail.com>
Notes
Notes:
svn path=/head/; revision=169271
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5ca26a205917..d318196ce9d0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -657,6 +657,7 @@ SUBDIR += pear-Numbers_Words SUBDIR += pear-Spreadsheet_Excel_Writer SUBDIR += pear-XML_Beautifier + SUBDIR += pear-XML_DTD SUBDIR += pear-XML_HTMLSax SUBDIR += pear-XML_Wddx SUBDIR += pecl-ctemplate |