diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2012-12-12 15:42:34 +0800 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2012-12-12 15:42:34 +0800 |
commit | 740271b4e914b396a8a819910506e21924a920f9 (patch) | |
tree | ca30bf88659dc1a073cb457ed572290fc69e8f1f /graphics | |
parent | 5ebe89f4cbdff08bf9fd0947494aff85a8f00fa3 (diff) | |
download | freebsd-ports-gnome-740271b4e914b396a8a819910506e21924a920f9.tar.gz freebsd-ports-gnome-740271b4e914b396a8a819910506e21924a920f9.tar.zst freebsd-ports-gnome-740271b4e914b396a8a819910506e21924a920f9.zip |
- Update devel/tbb to 4.1.1 and bump dependent port's PORTREVISIONs
- Remove hardcoded dependency on gcc [1]
PR: ports/171297 [1]
Submitted by: Christian Mangin <christian.mangin@gmail.com> [1]
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opencv/Makefile | 2 | ||||
-rw-r--r-- | graphics/openimageio/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index 1feb722705ee..b594826fe71e 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -3,7 +3,7 @@ PORTNAME?= opencv PORTVERSION= 2.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}library/${PORTNAME}-unix/${PORTVERSION} DISTNAME= OpenCV-${DISTVERSION}a diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index 0447b2f01ce3..0323330e1a1e 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -7,6 +7,7 @@ PORTNAME= openimageio PORTVERSION= 1.0.9 +PORTREVISION= 1 CATEGORIES= graphics multimedia MASTER_SITES= https://github.com/OpenImageIO/oiio/tarball/ DISTNAME= Release-${PORTVERSION} |