diff options
author | makc <makc@FreeBSD.org> | 2013-05-23 19:32:27 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-05-23 19:32:27 +0800 |
commit | 0a61b396395e779076b22aa3849e33d41829a443 (patch) | |
tree | b94a3074a60df62d5e29d366a1ef2e7bc364b47f /graphics | |
parent | bbb6d927e55ed3694d377a2583d56a283c65361b (diff) | |
download | freebsd-ports-graphics-0a61b396395e779076b22aa3849e33d41829a443.tar.gz freebsd-ports-graphics-0a61b396395e779076b22aa3849e33d41829a443.tar.zst freebsd-ports-graphics-0a61b396395e779076b22aa3849e33d41829a443.zip |
- Add explicit dependence on boost library to fix build
without PIMLIMS option [1]
- Add math/eigen3 to the list of build dependencies
PR: ports/178789 [1]
Submitted by: Hon-Yu Lawrence Cheung <cheunghonyu at gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/digikam-kde4/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile index f6dc3ae06d1..07714687844 100644 --- a/graphics/digikam-kde4/Makefile +++ b/graphics/digikam-kde4/Makefile @@ -3,6 +3,7 @@ PORTNAME= digikam PORTVERSION= ${DIGIKAM_VER} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics kde @@ -11,6 +12,7 @@ COMMENT= KDE4 digital photo management application .include "${.CURDIR}/Makefile.common" +BUILD_DEPENDS= ${LOCALBASE}/include/eigen3/Eigen/Eigen:${PORTSDIR}/math/eigen3 LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ lcms:${PORTSDIR}/graphics/lcms \ png15:${PORTSDIR}/graphics/png \ @@ -19,7 +21,8 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ lqr-1:${PORTSDIR}/graphics/liblqr-1 \ kface:${PORTSDIR}/graphics/libkface \ pgf:${PORTSDIR}/graphics/libpgf \ - kgeomap:${PORTSDIR}/astro/libkgeomap + kgeomap:${PORTSDIR}/astro/libkgeomap \ + boost_graph:${PORTSDIR}/devel/boost-libs LATEST_LINK= ${PORTNAME}-kde4 |