diff options
author | obache <obache> | 2014-06-01 13:26:46 +0000 |
---|---|---|
committer | obache <obache> | 2014-06-01 13:26:46 +0000 |
commit | b388d4816deff14d77f1139bc144fddf73b10317 (patch) | |
tree | 288aeaf9d0492fee92f0dd07cd4e160d8b4deb0e | |
parent | b8ce2901bf0c1896ef15e8b31b29ea743ed5a542 (diff) | |
download | pkgsrc-b388d4816deff14d77f1139bc144fddf73b10317.tar.gz |
+ libpinyin
-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 |