diff options
author | obache <obache@pkgsrc.org> | 2014-06-01 13:26:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-06-01 13:26:46 +0000 |
commit | 476ca99ad088671fe01c9952c127f536ae4b4885 (patch) | |
tree | 288aeaf9d0492fee92f0dd07cd4e160d8b4deb0e /textproc/Makefile | |
parent | 79ad126273b170b8dca8e4caa20016f2380493e8 (diff) | |
download | pkgsrc-476ca99ad088671fe01c9952c127f536ae4b4885.tar.gz |
+ libpinyin
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 6d880bf2ffb..f867854c897 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.772 2014/05/30 01:26:57 jnemeth Exp $ +# $NetBSD: Makefile,v 1.773 2014/06/01 13:26:46 obache Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -303,6 +303,7 @@ SUBDIR+= liblrdf SUBDIR+= libnxml SUBDIR+= libodfgen SUBDIR+= libplist +SUBDIR+= libpinyin SUBDIR+= libunicode SUBDIR+= libunistring SUBDIR+= libxml |