diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2024-06-29 00:56:45 -0400 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2024-06-29 01:02:34 -0400 |
commit | ad593a9d4d7957012965264a91f21667488ca1b2 (patch) | |
tree | da5407e620ff3cab22704a2af71d96ecd8ce08a0 /graphics/py-python-poppler-qt5 | |
parent | x11-toolkits/py-qt5-chart: Fix pkg-plist (diff) |
*/*: Add ${PY_SETUPTOOLS} to BUILD_DEPENDS
Fix build when setuptools is removed from RUN_DEPENDS in
Mk/Uses/python.mk.
PR: 270510
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics/py-python-poppler-qt5')
-rw-r--r-- | graphics/py-python-poppler-qt5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-python-poppler-qt5/Makefile b/graphics/py-python-poppler-qt5/Makefile index 6de67c1f9bed..739af06edd14 100644 --- a/graphics/py-python-poppler-qt5/Makefile +++ b/graphics/py-python-poppler-qt5/Makefile @@ -12,7 +12,8 @@ WWW= https://pypi.org/project/python-poppler-qt5/ LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual -BUILD_DEPENDS= qmake-qt5:devel/qt5-qmake +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + qmake-qt5:devel/qt5-qmake LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 USES= compiler:c++17-lang gl pkgconfig pyqt:5 python qt:5 |