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 /x11/kde4-runtime | |
parent | 051464267aa4627179b870274906053785cee748 (diff) | |
download | ports-d65c037b00c46aa7b10d1803dee20b9bbb57e36b.tar.gz ports-d65c037b00c46aa7b10d1803dee20b9bbb57e36b.zip |
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 'x11/kde4-runtime')
-rw-r--r-- | x11/kde4-runtime/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index ccbad0cedfb4..05c37ea55bc6 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -30,12 +30,13 @@ USE_XZ= yes USE_GETTEXT= yes USE_KDE4= kdehier kdelibs kdeprefix oxygen \ attica automoc4 pimlibs sharedmime strigi -KDE4_BUILDENV= yes +USES= cmake:outsource USE_QT4= dbus declarative designer gui phonon qt3support \ script svg webkit xml \ moc_build qmake_build rcc_build uic_build USE_XORG= x11 xcursor USE_GMAKE= yes +USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes MAN1= kdesu.1 |