svn commit: r518307 - head/graphics/facedetect

Antoine Brodin antoine at FreeBSD.org
Sun Nov 24 09:43:10 UTC 2019


Author: antoine
Date: Sun Nov 24 09:43:09 2019
New Revision: 518307
URL: https://svnweb.freebsd.org/changeset/ports/518307

Log:
  Unbreak

Modified:
  head/graphics/facedetect/Makefile

Modified: head/graphics/facedetect/Makefile
==============================================================================
--- head/graphics/facedetect/Makefile	Sun Nov 24 09:39:59 2019	(r518306)
+++ head/graphics/facedetect/Makefile	Sun Nov 24 09:43:09 2019	(r518307)
@@ -13,7 +13,7 @@ COMMENT=	Simple face detector for batch processing
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/cv2.so:graphics/py-opencv
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/cv2.so:graphics/py-opencv@${PY_FLAVOR}
 
 USES=		python:2.7,run shebangfix
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list