diff options
author | wiz <wiz> | 2012-03-16 17:30:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-03-16 17:30:48 +0000 |
commit | 69a3c879032e99df842935966aab0535d95deb99 (patch) | |
tree | beb613b3b8bfa068c8ce3e7fdc914e08e35a3731 /textproc | |
parent | 1f07e6243ca2c81816870e9ff5e132eb6d8bbeb2 (diff) | |
download | pkgsrc-69a3c879032e99df842935966aab0535d95deb99.tar.gz |
+ libexttextcat.
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 62a1666cd64..66dda4ec9f3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.615 2012/03/08 11:39:52 fhajny Exp $ +# $NetBSD: Makefile,v 1.616 2012/03/16 17:30:48 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -215,6 +215,7 @@ SUBDIR+= kdoc SUBDIR+= latex2html SUBDIR+= libclucene SUBDIR+= libcroco +SUBDIR+= libexttextcat SUBDIR+= liblinebreak SUBDIR+= liblrdf SUBDIR+= libnxml |