diff options
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} |