diff options
author | gdt <gdt@pkgsrc.org> | 2012-02-14 23:07:45 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-02-14 23:07:45 +0000 |
commit | 40eabc6aaabdba5d1a492ead85c7850cb5d29d71 (patch) | |
tree | 98075685156a6f9f00f6e2084e4c5f7cb66eaae9 /textproc/Makefile | |
parent | ddf83df31eec8c41f31168df4a124e6079c633d5 (diff) | |
download | pkgsrc-40eabc6aaabdba5d1a492ead85c7850cb5d29d71.tar.gz |
+libunistring
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 011b4d9f978..1e3d33263e9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.609 2012/02/10 18:00:13 drochner Exp $ +# $NetBSD: Makefile,v 1.610 2012/02/14 23:07:45 gdt Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -220,6 +220,7 @@ SUBDIR+= liblrdf SUBDIR+= libnxml SUBDIR+= libplist SUBDIR+= libunicode +SUBDIR+= libunistring SUBDIR+= libxml SUBDIR+= libxml++ SUBDIR+= libxml++1 |