aboutsummaryrefslogtreecommitdiff
path: root/graphics/facedetect
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-11-24 09:43:09 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-11-24 09:43:09 +0000
commit816ed59051f2eea00ce368223836e34254d2fb64 (patch)
tree0b50b9e18250601f38177df8052b83db19540a6c /graphics/facedetect
parentbb1b6468b06ea422c0eb58c8e2e101af12df5a12 (diff)
downloadports-816ed59051f2eea00ce368223836e34254d2fb64.tar.gz
ports-816ed59051f2eea00ce368223836e34254d2fb64.zip
Unbreak
Notes
Notes: svn path=/head/; revision=518307
Diffstat (limited to 'graphics/facedetect')
-rw-r--r--graphics/facedetect/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/facedetect/Makefile b/graphics/facedetect/Makefile
index 4b5e6c04909a..871f808c3674 100644
--- a/graphics/facedetect/Makefile
+++ b/graphics/facedetect/Makefile
@@ -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