From cdb81da9cb2b58e688594b552337d1c9bfc47e96 Mon Sep 17 00:00:00 2001 From: makc Date: Fri, 22 Mar 2013 14:18:02 +0000 Subject: Mk/bsd.kde4.mk: - Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it) - Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH) - Remove now useless KDE4_BUILDENV KDE SC ports: - Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with 'USES= cmake:outsource' and add USE_LDCONFIG if needed --- graphics/kolourpaint/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/kolourpaint') diff --git a/graphics/kolourpaint/Makefile b/graphics/kolourpaint/Makefile index b21cc06630b3..7bebfc78b85c 100644 --- a/graphics/kolourpaint/Makefile +++ b/graphics/kolourpaint/Makefile @@ -13,9 +13,10 @@ COMMENT= KDE 4 paint program CONFLICTS= kdegraphics-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 qimageblitz -KDE4_BUILDENV= yes +USES= cmake:outsource USE_QT4= corelib qmake_build moc_build uic_build rcc_build USE_XZ= yes +USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes .include -- cgit