diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-01-01 15:25:43 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-01-01 15:25:43 +0000 |
commit | 307f4d592bde324d9dfeb31dc707a14a0e1a14f2 (patch) | |
tree | e20d36befadd4209be1b4e2a31e675155be3ab4a /textproc/Makefile | |
parent | 87be9a05727453725d4458f2e71d363c7cb133db (diff) | |
download | pkgsrc-307f4d592bde324d9dfeb31dc707a14a0e1a14f2.tar.gz |
Import libfastjson 0.99.0 as textproc/libfastjson.
libfastjson is a fork from json-c, and is currently under development.
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 271642a47ce..b793cd799a9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.857 2016/01/01 13:02:55 wen Exp $ +# $NetBSD: Makefile,v 1.858 2016/01/01 15:25:43 fhajny Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -329,6 +329,7 @@ SUBDIR+= latex2html SUBDIR+= libclucene SUBDIR+= libcroco SUBDIR+= libexttextcat +SUBDIR+= libfastjson SUBDIR+= liblinebreak SUBDIR+= liblrdf SUBDIR+= libnxml |