svn commit: r518290 - head/graphics/opencv

Yuri Victorovich yuri at FreeBSD.org
Sun Nov 24 02:21:52 UTC 2019


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


More information about the svn-ports-head mailing list