diff options
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6f2b6534627..c112f5c4b5e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.751 2014/01/17 12:50:59 obache Exp $ +# $NetBSD: Makefile,v 1.752 2014/01/18 15:46:06 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -615,6 +615,7 @@ SUBDIR+= py-iniparse SUBDIR+= py-jinja SUBDIR+= py-jinja2 SUBDIR+= py-jsonlib +SUBDIR+= py-jsonlib3 SUBDIR+= py-libxml2 SUBDIR+= py-libxslt SUBDIR+= py-lxml |