diff options
Diffstat (limited to 'devel/py-qt5-core')
-rw-r--r-- | devel/py-qt5-core/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-qt5-core/Makefile b/devel/py-qt5-core/Makefile index 46f4e67d80ae..0fc4131469fd 100644 --- a/devel/py-qt5-core/Makefile +++ b/devel/py-qt5-core/Makefile @@ -15,9 +15,9 @@ CONFIGURE_ARGS= ${PYQT5_MODULES_ALL:N${PYQT_MODULE}:C/.*/--disable=&/} \ PYQT_DIST= yes -USES= python pyqt:5 qt:5 +USES= python:3.5+ pyqt:5 qt:5 USE_PYTHON= concurrent flavors py3kplist -USE_PYQT= sip +USE_PYQT= sip pysip USE_QT= core buildtools_build qmake_build OPTIONS_DEFINE= API DEBUG |