diff options
author | imil <imil@pkgsrc.org> | 2014-03-22 13:45:49 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2014-03-22 13:45:49 +0000 |
commit | 3c546183e05389af2199518ea44150fa05adbe1b (patch) | |
tree | 7794a648071baa4a9358043e598f663b1c423814 /textproc | |
parent | c34b26e53a7c010d341a7035b5c52b6bd6706eea (diff) | |
download | pkgsrc-3c546183e05389af2199518ea44150fa05adbe1b.tar.gz |
add & enable lua-cjson
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 a8f279a024e..360dc87739e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.759 2014/03/05 13:45:21 fhajny Exp $ +# $NetBSD: Makefile,v 1.760 2014/03/22 13:45:49 imil Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -311,6 +311,7 @@ SUBDIR+= lit2epub SUBDIR+= lout SUBDIR+= lq-sp SUBDIR+= lua-expat +SUBDIR+= lua-cjson SUBDIR+= lua-slnunicode SUBDIR+= makeindexk SUBDIR+= makeztxt |