diff options
author | bapt <bapt@FreeBSD.org> | 2014-08-05 14:36:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-08-05 14:36:06 +0800 |
commit | 7c74bc20b5535fcfe36c7cc731f8e4910efccf4c (patch) | |
tree | 51f033288fcc6580e295342276492a46dcd51644 /databases/akonadi | |
parent | cf547bc3791fb9c10ae80861e68a00fc5c432f33 (diff) | |
download | freebsd-ports-gnome-7c74bc20b5535fcfe36c7cc731f8e4910efccf4c.tar.gz freebsd-ports-gnome-7c74bc20b5535fcfe36c7cc731f8e4910efccf4c.tar.zst freebsd-ports-gnome-7c74bc20b5535fcfe36c7cc731f8e4910efccf4c.zip |
USES=execinfo
Diffstat (limited to 'databases/akonadi')
-rw-r--r-- | databases/akonadi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile index bd729e1bcc26..2ca96e8684e7 100644 --- a/databases/akonadi/Makefile +++ b/databases/akonadi/Makefile @@ -16,11 +16,10 @@ LICENSE= LGPL21 LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs # Let process generate meaningful backtrace on core dump. -LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt USE_KDE4= kdehier kdeprefix automoc4 soprano -USES= cmake:outsource shared-mime-info compiler:c++11-lang tar:bzip2 +USES= cmake:outsource execinfo shared-mime-info compiler:c++11-lang tar:bzip2 USE_QT4= corelib dbus gui network qtestlib_build sql xml \ moc_build qmake_build rcc_build uic_build CMAKE_ARGS+= -DAKONADI_BUILD_TESTS:BOOL=FALSE \ |