aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormartymac <martymac@FreeBSD.org>2012-01-16 17:46:55 +0800
committermartymac <martymac@FreeBSD.org>2012-01-16 17:46:55 +0800
commit3bfcaf8ca6a1dcb818916c49b1d0c8633bb9c1ad (patch)
tree9f953c1b722e6e178fdb5d3421326ffeeabf7fab /graphics
parent4d1266ca7c1bb317da42c16cb76c520b2c25c520 (diff)
downloadfreebsd-ports-gnome-3bfcaf8ca6a1dcb818916c49b1d0c8633bb9c1ad.tar.gz
freebsd-ports-gnome-3bfcaf8ca6a1dcb818916c49b1d0c8633bb9c1ad.tar.zst
freebsd-ports-gnome-3bfcaf8ca6a1dcb818916c49b1d0c8633bb9c1ad.zip
- Update devel/tbb to 4.0.0
- Bump dependent ports' revisions
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" \