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-baseapps | |
parent | 051464267aa4627179b870274906053785cee748 (diff) | |
download | ports-d65c037b00c46aa7b10d1803dee20b9bbb57e36b.tar.gz ports-d65c037b00c46aa7b10d1803dee20b9bbb57e36b.zip |
Notes
Diffstat (limited to 'x11/kde4-baseapps')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index be61034ea4be..90ba9a2a4608 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -19,10 +19,11 @@ USE_GETTEXT= yes USE_GNOME= glib20 USE_KDE4= kdehier kdelibs kdeprefix libkonq \ automoc4 soprano strigi -KDE4_BUILDENV= yes +USES= cmake:outsource USE_QT4= dbus gui qt3support script \ moc_build qmake_build rcc_build uic_build USE_XORG= x11 xt +USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" |