Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2017 18:20:28 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446539 - head/graphics/openimageio
Message-ID:  <201707241820.v6OIKSi2025336@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Jul 24 18:20:27 2017
New Revision: 446539
URL: https://svnweb.freebsd.org/changeset/ports/446539

Log:
  graphics/openimageio: fix build with OPENCV option
  
  Broken in r445627
  
  Pointyhat to:	swills

Modified:
  head/graphics/openimageio/Makefile

Modified: head/graphics/openimageio/Makefile
==============================================================================
--- head/graphics/openimageio/Makefile	Mon Jul 24 17:51:15 2017	(r446538)
+++ head/graphics/openimageio/Makefile	Mon Jul 24 18:20:27 2017	(r446539)
@@ -69,7 +69,7 @@ OCIO_LIB_DEPENDS=	libOpenColorIO.so:graphics/opencolor
 OPENCV_CMAKE_ON=	-DUSE_OPENCV:BOOL=ON
 OPENCV_CMAKE_OFF=	-DUSE_OPENCV:BOOL=OFF
 OPENCV_LIB_DEPENDS=	libopencv_highgui.so:graphics/opencv \
-			libopencv_core.so:graphics/opencv2-core \
+			libopencv_core.so:graphics/opencv-core \
 			libopenjpeg.so:graphics/openjpeg15
 
 OPENJPEG_CMAKE_ON=	-DUSE_OPENJPEG:BOOL=ON



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