diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-03-28 16:39:22 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-03-28 16:39:22 +0000 |
commit | d2d7a7a7eae5ae5045ab3e984d0ef3ba055a510a (patch) | |
tree | 57e70f7237767d80526f36662d70d205ba7781ed /graphics | |
parent | 99696ef4add59c371ef7fd0695b35113c0bf3e79 (diff) | |
download | ports-d2d7a7a7eae5ae5045ab3e984d0ef3ba055a510a.tar.gz ports-d2d7a7a7eae5ae5045ab3e984d0ef3ba055a510a.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/digikam-kde4/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile index 72a2439ad7b5..c76a754eefa8 100644 --- a/graphics/digikam-kde4/Makefile +++ b/graphics/digikam-kde4/Makefile @@ -24,9 +24,7 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ libkgeomap.so:${PORTSDIR}/astro/libkgeomap \ libboost_graph.so:${PORTSDIR}/devel/boost-libs -# compiler:c++11-lang is necessary because graphics/lensfun's lensfun.h -# contains C++ code inside an extern "C" block that base GCC cannot handle. -USES+= compiler:c++11-lang pkgconfig shebangfix +USES+= pkgconfig shebangfix USE_KDE4+= libkdcraw libkexiv2 libkipi USE_QT4+= sql-sqlite3_run USE_LDCONFIG= yes |