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/kdelibs4/Makefile | |
parent | 051464267aa4627179b870274906053785cee748 (diff) | |
download | ports-d65c037b00c46aa7b10d1803dee20b9bbb57e36b.tar.gz ports-d65c037b00c46aa7b10d1803dee20b9bbb57e36b.zip |
Notes
Diffstat (limited to 'x11/kdelibs4/Makefile')
-rw-r--r-- | x11/kdelibs4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index 13b8baee086c..d4d2f52e5a30 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -48,7 +48,7 @@ USE_GETTEXT= yes USE_GNOME= libxml2 libxslt USE_KDE4= kdehier kdeprefix oxygen \ attica automoc4 ontologies sharedmime soprano strigi -KDE4_BUILDENV= yes +USES= cmake:outsource USE_OPENSSL= yes USE_PERL5= yes USE_QT4= dbus declarative designer gui imageformats_run \ @@ -56,6 +56,7 @@ USE_QT4= dbus declarative designer gui imageformats_run \ qtestlib script sql svg webkit xml \ moc_build qmake_build rcc_build uic_build USE_XORG= sm x11 xcursor xext xfixes xrender xtst +USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes CMAKE_ARGS+= -DWITH_ACL:BOOL=Off \ |