aboutsummaryrefslogtreecommitdiff
path: root/math/py-matplotlib
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2022-01-27 13:17:51 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2022-01-29 10:44:18 +0000
commit2eb283d82c8d565b66d39a416ed8c1109285e4b2 (patch)
tree2ba39686c49ad80a1b8f378662aeeb2065a565b8 /math/py-matplotlib
parent20e2a14698abe6a5d6e6bf980f953e70c6ab4d7c (diff)
downloadports-2eb283d82c8d565b66d39a416ed8c1109285e4b2.tar.gz
ports-2eb283d82c8d565b66d39a416ed8c1109285e4b2.zip
math/py-matplotlib: Chase USES=pyqt changes
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r--math/py-matplotlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile
index 06c630d555ce..c7c79dbf85d0 100644
--- a/math/py-matplotlib/Makefile
+++ b/math/py-matplotlib/Makefile
@@ -46,7 +46,7 @@ QT5AGGBACKEND_DESC= Qt5Agg backend support
TKAGGBACKEND_DESC= TKAgg backend support
QT5AGGBACKEND_USES= display pyqt:5
-QT5AGGBACKEND_USE= PYQT=sip,widgets
+QT5AGGBACKEND_USE= PYQT=pyqt5,sip
QT5AGGBACKEND_VARS= QT5AGG_BACKEND=True
QT5AGGBACKEND_VARS_OFF= QT5AGG_BACKEND=False
TKAGGBACKEND_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR}