Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2019 09:43:10 +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: r518307 - head/graphics/facedetect
Message-ID:  <201911240943.xAO9hAOB052827@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911240943.xAO9hAOB052827>