diff options
author | kleink <kleink@pkgsrc.org> | 2013-05-21 15:04:09 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2013-05-21 15:04:09 +0000 |
commit | eb3bbe48ea42f14cd4682cc8cae46b49fad23e1d (patch) | |
tree | c4f91b733ea0d6283dbaedf92055ccb0386eb62f /textproc/Makefile | |
parent | 34e483179aa2112e8e137d66ba15c11428d4291e (diff) | |
download | pkgsrc-eb3bbe48ea42f14cd4682cc8cae46b49fad23e1d.tar.gz |
+ py-markupsafe
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 eb1ac8c689d..eb6c1ddda83 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.727 2013/04/27 10:44:38 rodent Exp $ +# $NetBSD: Makefile,v 1.728 2013/05/21 15:04:09 kleink Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -601,6 +601,7 @@ SUBDIR+= py-libxslt SUBDIR+= py-lxml SUBDIR+= py-markdown SUBDIR+= py-markdown2 +SUBDIR+= py-markupsafe SUBDIR+= py-mecab SUBDIR+= py-pdf-parser SUBDIR+= py-prettytable |