git: 2eb283d82c8d - main - math/py-matplotlib: Chase USES=pyqt changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Jan 2022 10:44:34 UTC
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=2eb283d82c8d565b66d39a416ed8c1109285e4b2 commit 2eb283d82c8d565b66d39a416ed8c1109285e4b2 Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2022-01-27 13:17:51 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2022-01-29 10:44:18 +0000 math/py-matplotlib: Chase USES=pyqt changes --- math/py-matplotlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}