diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-14 15:06:42 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-14 15:06:42 +0000 |
commit | 9f4a5c6990e5c48c29c1c48f7dfaebfa94a55d3d (patch) | |
tree | c01ccc58e6ee8965337a62947a3de3eaf7db3246 /textproc/Makefile | |
parent | a7972c2b8710e863ffbbff9e0e446b333a514ca4 (diff) | |
download | ports-9f4a5c6990e5c48c29c1c48f7dfaebfa94a55d3d.tar.gz ports-9f4a5c6990e5c48c29c1c48f7dfaebfa94a55d3d.zip |
Add a missing entry: "tclxml".
Sort entries.
Notes
Notes:
svn path=/head/; revision=54704
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c6fa5974a85a..ad6ced85b85c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -135,6 +135,8 @@ SUBDIR += p5-Parse-Syslog SUBDIR += p5-RADIUS-UserFile SUBDIR += p5-RDF-Notation3 + SUBDIR += p5-Regexp-Common + SUBDIR += p5-SVG SUBDIR += p5-Sort-ArbBiLex SUBDIR += p5-Sort-Fields SUBDIR += p5-Sort-PolySort @@ -143,8 +145,6 @@ SUBDIR += p5-String-Scanf SUBDIR += p5-String-ShellQuote SUBDIR += p5-String-Strip - SUBDIR += p5-Regexp-Common - SUBDIR += p5-SVG SUBDIR += p5-Text-Autoformat SUBDIR += p5-Text-Balanced SUBDIR += p5-Text-Bind @@ -265,6 +265,7 @@ SUBDIR += source-highlight SUBDIR += sp SUBDIR += tclExpat + SUBDIR += tclxml SUBDIR += tdtd.el SUBDIR += tex2im SUBDIR += texi2html |