Date: Sun, 24 Nov 2019 02:21:51 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518290 - head/graphics/opencv Message-ID: <201911240221.xAO2LpaM091293@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Nov 24 02:21:51 2019 New Revision: 518290 URL: https://svnweb.freebsd.org/changeset/ports/518290 Log: graphics/opencv: Allow py3x flavors in the slave port graphics/py-opencv While here, add USES=gnome Modified: head/graphics/opencv/Makefile Modified: head/graphics/opencv/Makefile ============================================================================== --- head/graphics/opencv/Makefile Sun Nov 24 02:10:46 2019 (r518289) +++ head/graphics/opencv/Makefile Sun Nov 24 02:21:51 2019 (r518290) @@ -288,7 +288,7 @@ LIB_DEPENDS+= libopencv_core.so:graphics/opencv-core \ libopencv_ml.so:graphics/opencv BUILD_DEPENDS+= ${PYNUMPY} RUN_DEPENDS+= ${PYNUMPY} -USES+= python:2.7 +USES+= python USE_PYTHON= flavors CMAKE_ARGS+= -DBUILD_opencv_python${PYTHON_MAJOR_VER}:BOOL=ON . for module in apps java stitching superres videostab
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911240221.xAO2LpaM091293>