svn commit: r461874 - head/graphics/opencv
Antoine Brodin
antoine at FreeBSD.org
Thu Feb 15 10:03:42 UTC 2018
Author: antoine
Date: Thu Feb 15 10:03:41 2018
New Revision: 461874
URL: https://svnweb.freebsd.org/changeset/ports/461874
Log:
opencv-java fails to build with python3
Modified:
head/graphics/opencv/Makefile
Modified: head/graphics/opencv/Makefile
==============================================================================
--- head/graphics/opencv/Makefile Thu Feb 15 09:50:07 2018 (r461873)
+++ head/graphics/opencv/Makefile Thu Feb 15 10:03:41 2018 (r461874)
@@ -151,7 +151,7 @@ INSTALL_WRKSRC= ${WRKSRC}/modules/python
.elif defined(OCV_JAVA)
BUILD_DEPENDS+= ant:devel/apache-ant
LIB_DEPENDS+= libopencv_legacy.so:graphics/opencv
-USES+= python:build
+USES+= python:2.7,build
USE_JAVA= yes
CMAKE_ARGS+= -DBUILD_opencv_java:BOOL=On
. for module in apps python stitching superres videostab
More information about the svn-ports-all
mailing list