aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2023-06-26 08:34:07 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2023-06-26 08:34:07 +0000
commitc813ab404e4ac74495781987fcf4c43f77e4476b (patch)
tree378970a128a0f6b1e1ac7484f2ee326bf0eedf1a
parentb07a268172931ffc436988a57e9aec2f22523f39 (diff)
downloadports-c813ab404e4ac74495781987fcf4c43f77e4476b.tar.gz
ports-c813ab404e4ac74495781987fcf4c43f77e4476b.zip
graphics/py-pyqtgraph: fix depends
-rw-r--r--graphics/py-pyqtgraph/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-pyqtgraph/Makefile b/graphics/py-pyqtgraph/Makefile
index b79101b234f4..2ee917902a83 100644
--- a/graphics/py-pyqtgraph/Makefile
+++ b/graphics/py-pyqtgraph/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}PyOpenGL>0:graphics/py-PyOpenGL@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} # dependencies are in tox.ini
-RUN_DEPENDS+= {PYTHON_PKGNAMEPREFIX}qt5-pyqt>0:devel/py-qt5-pyqt@${PY_FLAVOR} # PyQtGraph requires one of PyQt5, PyQt6, PySide2 or PySide6
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}qt5-pyqt>0:devel/py-qt5-pyqt@${PY_FLAVOR} # PyQtGraph requires one of PyQt5, PyQt6, PySide2 or PySide6
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}
USES= python:3.8+