diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-01-27 14:17:51 +0100 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-01-29 11:44:18 +0100 |
commit | 2eb283d82c8d565b66d39a416ed8c1109285e4b2 (patch) | |
tree | 2ba39686c49ad80a1b8f378662aeeb2065a565b8 /math/py-matplotlib | |
parent | cleanup: Python 3.6 is unsupported now (diff) |
math/py-matplotlib: Chase USES=pyqt changes
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r-- | math/py-matplotlib/Makefile | 2 |
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} |