aboutsummaryrefslogtreecommitdiff
path: root/graphics/facedetect
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2021-01-30 19:25:20 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2021-01-30 19:25:20 +0000
commit2e36dd03b657a983c221b6a4f5fa4804060c822f (patch)
treebfa2fe5852b0eaa6147e15542a5b4a3d27fad431 /graphics/facedetect
parent0fb0ac5435f460a0fc12291a2d9fd89ee0c242ba (diff)
downloadports-2e36dd03b657a983c221b6a4f5fa4804060c822f.tar.gz
ports-2e36dd03b657a983c221b6a4f5fa4804060c822f.zip
Fix INDEX after r563430
- Likely there is an issue with the flavoured ports depending on an unflavoured python part though.
Notes
Notes: svn path=/head/; revision=563433
Diffstat (limited to 'graphics/facedetect')
-rw-r--r--graphics/facedetect/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/facedetect/Makefile b/graphics/facedetect/Makefile
index 2afed396b05f..9a2ca2515515 100644
--- a/graphics/facedetect/Makefile
+++ b/graphics/facedetect/Makefile
@@ -4,7 +4,7 @@
PORTNAME= facedetect
PORTVERSION= 0.1
DISTVERSIONPREFIX= v
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MAINTAINER= ehaupt@FreeBSD.org
@@ -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@${PY_FLAVOR}
+RUN_DEPENDS= opencv>0:graphics/opencv
USES= python:3.6+,run shebangfix
USE_GITHUB= yes