diff options
author | wiz <wiz> | 2014-07-22 17:17:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-07-22 17:17:05 +0000 |
commit | e7ae2511853fa41a7d9212de2218867656b3abb0 (patch) | |
tree | d69f61a1dd50cc7dcb08e3068b5f9c57e1132042 /textproc | |
parent | 5e2f502aa65eb1269a71d0aaee695c3295ff3b17 (diff) | |
download | pkgsrc-e7ae2511853fa41a7d9212de2218867656b3abb0.tar.gz |
+ tinyxml2.
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 9469d0232d9..6447e29970b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.784 2014/07/18 08:29:13 obache Exp $ +# $NetBSD: Makefile,v 1.785 2014/07/22 17:17:05 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -776,6 +776,7 @@ SUBDIR+= texi2html SUBDIR+= texi2roff SUBDIR+= the_silver_searcher SUBDIR+= tinyxml +SUBDIR+= tinyxml2 SUBDIR+= tokyodystopia SUBDIR+= trang SUBDIR+= troffcvt |