diff options
author | kmoore <kmoore@FreeBSD.org> | 2015-07-14 22:20:13 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2015-07-14 22:20:13 +0800 |
commit | 5384b3bbd5c89f37c5e47caa9909912289743583 (patch) | |
tree | 2fab38fc9f883b98688b270e0c7b3091c24b940f /textproc/Makefile | |
parent | 1eb51efa2b88aa98cdfb6a4e7402b23efd568159 (diff) | |
download | freebsd-ports-gnome-5384b3bbd5c89f37c5e47caa9909912289743583.tar.gz freebsd-ports-gnome-5384b3bbd5c89f37c5e47caa9909912289743583.tar.zst freebsd-ports-gnome-5384b3bbd5c89f37c5e47caa9909912289743583.zip |
- Add textproc/py-alabaster and textproc/py-snowballstemmer, required
components of the upcoming textproc/py-sphinx update for doc building.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 58657733130d..64fc6c69d275 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1171,6 +1171,7 @@ SUBDIR += py-MarkupSafe SUBDIR += py-Tempita SUBDIR += py-acora + SUBDIR += py-alabaster SUBDIR += py-asciinema SUBDIR += py-asv SUBDIR += py-bugzillatools @@ -1231,6 +1232,7 @@ SUBDIR += py-rstyoutube SUBDIR += py-rxp SUBDIR += py-sgrep + SUBDIR += py-snowballstemmer SUBDIR += py-sparqlwrapper SUBDIR += py-sphinx SUBDIR += py-sphinx-intl |