diff options
author | wiz <wiz@pkgsrc.org> | 2014-07-22 17:17:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-07-22 17:17:05 +0000 |
commit | 45edd4a253300e38c318f8b8ee077c196c294d0d (patch) | |
tree | d69f61a1dd50cc7dcb08e3068b5f9c57e1132042 /textproc/Makefile | |
parent | de4be766b0bdbf933265b12db926e97fbd849eab (diff) | |
download | pkgsrc-45edd4a253300e38c318f8b8ee077c196c294d0d.tar.gz |
+ tinyxml2.
Diffstat (limited to 'textproc/Makefile')
-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 |