diff options
author | dillo <dillo@pkgsrc.org> | 2008-01-12 20:39:22 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2008-01-12 20:39:22 +0000 |
commit | 4d4d85952fc7088752eeb0b1c7790418bf12db1b (patch) | |
tree | 32123c9e1f29707e4cd3db43f14e597c0de4795c /textproc | |
parent | 88391cfdcc92cb293960c94c20928b73f5eaf851 (diff) | |
download | pkgsrc-4d4d85952fc7088752eeb0b1c7790418bf12db1b.tar.gz |
Add wbxml2.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4630d5e245b..819eec25042 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.392 2007/12/12 08:35:53 obache Exp $ +# $NetBSD: Makefile,v 1.393 2008/01/12 20:39:22 dillo Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -366,6 +366,7 @@ SUBDIR+= untex SUBDIR+= uriparser SUBDIR+= urlview SUBDIR+= vis +SUBDIR+= wbxml2 SUBDIR+= wdiff SUBDIR+= writer2latex SUBDIR+= xalan-c |