svn commit: r318865 - head/graphics/digikam-kde4
Max Brazhnikov
makc at FreeBSD.org
Thu May 23 11:32:28 UTC 2013
Author: makc
Date: Thu May 23 11:32:27 2013
New Revision: 318865
URL: http://svnweb.freebsd.org/changeset/ports/318865
Log:
- 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>
Modified:
head/graphics/digikam-kde4/Makefile
Modified: head/graphics/digikam-kde4/Makefile
==============================================================================
--- head/graphics/digikam-kde4/Makefile Thu May 23 11:14:03 2013 (r318864)
+++ head/graphics/digikam-kde4/Makefile Thu May 23 11:32:27 2013 (r318865)
@@ -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 a
.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/t
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
More information about the svn-ports-head
mailing list