diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2015-08-06 14:09:49 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2015-08-06 14:09:49 +0000 |
commit | 4cb388ae2eac59315bec583ebf316f97ced1d9aa (patch) | |
tree | 5e434033d8195f5283469d55127f7a4461db047f /textproc/Makefile | |
parent | 7b849f772f581d5bb6ab44f0b2a7db63ac131120 (diff) |
textproc/Makefile: Chase py-pystemmer move (Unbreak INDEX)
Chase the rename of pystemmer to py-pystemmer in r393632 that caused index
breakage.
Reported by: cperciva
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=393657
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 11efd53b97d8..f4e08a0e6511 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1222,6 +1222,7 @@ SUBDIR += py-pyscss SUBDIR += py-pysrt SUBDIR += py-pystache + SUBDIR += py-pystemmer SUBDIR += py-python-augeas SUBDIR += py-pytidylib SUBDIR += py-pyx12 @@ -1273,7 +1274,6 @@ SUBDIR += py2html SUBDIR += py3-libxml2 SUBDIR += pychm - SUBDIR += pystemmer SUBDIR += qprint SUBDIR += qstardict SUBDIR += qt4-xml |