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 --- graphics/libkdcraw/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/libkdcraw') diff --git a/graphics/libkdcraw/Makefile b/graphics/libkdcraw/Makefile index 962b73859fa4..399e23695eb5 100644 --- a/graphics/libkdcraw/Makefile +++ b/graphics/libkdcraw/Makefile @@ -15,9 +15,9 @@ LIB_DEPENDS= libjasper.so:graphics/jasper \ CMAKE_ARGS+= -DWITH_OpenMP:BOOL=False \ -DENABLE_RAWSPEED=True -USES= cmake:outsource compiler:c++11-lang jpeg kde:5 pkgconfig tar:xz +USES= cmake:outsource compiler:c++11-lang jpeg kde:5 pkgconfig qt:5 tar:xz USE_KDE= ecm -USE_QT5= core gui \ +USE_QT= core gui \ buildtools_build qmake_build USE_LDCONFIG= yes -- cgit