From b1a1d38bf9ef78334b640d30046388a9c055c3a9 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Thu, 28 Jun 2018 17:39:53 +0000 Subject: Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 --- lang/py-qt5-qml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/py-qt5-qml/Makefile') diff --git a/lang/py-qt5-qml/Makefile b/lang/py-qt5-qml/Makefile index 97c913c513e4..517300e4b426 100644 --- a/lang/py-qt5-qml/Makefile +++ b/lang/py-qt5-qml/Makefile @@ -10,11 +10,11 @@ COMMENT= Python bindings for the Qt5 toolkit, QML module CONFIGURE_ARGS= --enable QtQml PYQT_DIST= yes -USES= python pyqt:5 +USES= python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run network_run USE_PYTHON= flavors -USE_QT5= core gui network qml buildtools_build qmake_build +USE_QT= core gui network qml buildtools_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API -- cgit v1.2.3