diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-05-22 18:05:06 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-05-22 18:05:06 +0000 |
commit | 76a4cf566c999625e9fadb048bf97911a00b2a8c (patch) | |
tree | 7f52c7f3b1b0e2ac86a5f75865610e22e12e38a8 | |
parent | 29fd4633f5c7f564719efa54afe46c8c3d8b7026 (diff) |
*/Makefile: hook missed ports to the build
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | textproc/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 3b049b72b597..3766f53224d7 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -881,6 +881,7 @@ SUBDIR += py-pyqrcode SUBDIR += py-pyqtgraph SUBDIR += py-pyrsgis + SUBDIR += py-pytesseract SUBDIR += py-python-poppler-qt5 SUBDIR += py-pyvips SUBDIR += py-pyx diff --git a/textproc/Makefile b/textproc/Makefile index 38cd8288f524..b346592e9b06 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1304,6 +1304,7 @@ SUBDIR += py-j2cli SUBDIR += py-jc SUBDIR += py-jinja2-cli + SUBDIR += py-jq SUBDIR += py-jsonslicer SUBDIR += py-jsx-lexer SUBDIR += py-jtextfsm |