aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2012-01-16 09:46:55 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2012-01-16 09:46:55 +0000
commitb1e67558fe5232985f98b1cee429104a41ca9d53 (patch)
treef8621cd9e4654c20f7ed11402b28854703cf8df9 /graphics
parent5ddf5ac8cfaea033a698a42d166e1ce8d0cc1510 (diff)
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/opencv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index 2d300b978817..97de00c90c83 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= opencv
PORTVERSION= 2.3.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}library/${PORTNAME}-unix/${PORTVERSION}
DISTNAME= OpenCV-${DISTVERSION}a
@@ -126,7 +126,7 @@ CMAKE_ARGS+= -DWITH_QT:BOOL=Off
.endif
.if defined(WITH_TBB)
-LIB_DEPENDS+= tbb.3:${PORTSDIR}/devel/tbb
+LIB_DEPENDS+= tbb.4:${PORTSDIR}/devel/tbb
CMAKE_ARGS+= -DWITH_TBB:BOOL=On \
-DTBBLIB_FOUND:BOOL=1 -DTBB_FOUND:BOOL=On \
-DTBB_INCLUDE_DIRS:STRING="${LOCALBASE}/include" \