diff options
author | markd <markd@pkgsrc.org> | 2009-08-05 10:17:40 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-08-05 10:17:40 +0000 |
commit | 4ead8aea76c847e1d63bdf484cc9c8d544eba9e4 (patch) | |
tree | feec5c3d5c0f1f5a920613001abc429932a14558 /textproc/Makefile | |
parent | bc69876947ce173828bf31ff1f3a4cc9704c85b5 (diff) | |
download | pkgsrc-4ead8aea76c847e1d63bdf484cc9c8d544eba9e4.tar.gz |
add py-jinja2
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 45aa5c1af2f..2807f5f2184 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.489 2009/07/27 13:49:08 drochner Exp $ +# $NetBSD: Makefile,v 1.490 2009/08/05 10:17:40 markd Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -378,6 +378,7 @@ SUBDIR+= py-gnosis-utils SUBDIR+= py-html2text SUBDIR+= py-html5lib SUBDIR+= py-jinja +SUBDIR+= py-jinja2 SUBDIR+= py-libxml2 SUBDIR+= py-libxslt SUBDIR+= py-lxml |