diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-22 14:18:02 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-22 14:18:02 +0000 |
commit | d65c037b00c46aa7b10d1803dee20b9bbb57e36b (patch) | |
tree | da82a32e8ce2ded995ae7ba320231491c35220ac /sysutils/sweeper/Makefile | |
parent | 051464267aa4627179b870274906053785cee748 (diff) |
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
Notes
Notes:
svn path=/head/; revision=314933
Diffstat (limited to 'sysutils/sweeper/Makefile')
-rw-r--r-- | sysutils/sweeper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/sweeper/Makefile b/sysutils/sweeper/Makefile index 4ec68cd1dd30..cf685f62fc28 100644 --- a/sysutils/sweeper/Makefile +++ b/sysutils/sweeper/Makefile @@ -15,7 +15,7 @@ CONFLICTS_INSTALL= kdeutils-4.[0-7].* USE_XZ= yes USE_KDE4= kdeprefix kdehier automoc4 kdelibs -KDE4_BUILDENV= yes +USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build MAKE_JOBS_SAFE= yes |