diff options
author | wiz <wiz@pkgsrc.org> | 2016-01-17 13:17:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-01-17 13:17:22 +0000 |
commit | 318b46d119afe5df8e198aef990018542e334f9d (patch) | |
tree | a01fd07a3a813e23aba60b5f58f81372d677b857 /textproc | |
parent | d5a492c1a7dcc3796418a5d3940810c03f8f5297 (diff) | |
download | pkgsrc-318b46d119afe5df8e198aef990018542e334f9d.tar.gz |
+ py-snowballstemmer.
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 99c1e3326f6..2f4021ce65b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.861 2016/01/15 08:58:21 wiz Exp $ +# $NetBSD: Makefile,v 1.862 2016/01/17 13:17:22 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -715,6 +715,7 @@ SUBDIR+= py-pyphen SUBDIR+= py-pyquery SUBDIR+= py-rdflib SUBDIR+= py-relatorio +SUBDIR+= py-snowballstemmer SUBDIR+= py-sphinx SUBDIR+= py-sphinx-theme-cloud SUBDIR+= py-textile |