Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2013 11:32:28 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318865 - head/graphics/digikam-kde4
Message-ID:  <201305231132.r4NBWS81074732@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305231132.r4NBWS81074732>