aboutsummaryrefslogtreecommitdiff
path: root/graphics/facedetect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/facedetect/Makefile')
-rw-r--r--graphics/facedetect/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/facedetect/Makefile b/graphics/facedetect/Makefile
index 9e508a7c241d..105e14fc329d 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}/cv.py:graphics/py-opencv
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cv2.so:graphics/py-opencv
USES= python:2.7,run shebangfix
USE_GITHUB= yes