1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

math/py-matplotlib: Chase USES=pyqt changes

This commit is contained in:
Tobias Kortkamp 2022-01-27 14:17:51 +01:00
parent 20e2a14698
commit 2eb283d82c
No known key found for this signature in database
GPG Key ID: A4F09FB73CC51F61

View File

@ -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}