Date: Thu, 15 Feb 2018 10:03:41 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461874 - head/graphics/opencv Message-ID: <201802151003.w1FA3ftp019094@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802151003.w1FA3ftp019094>