summaryrefslogtreecommitdiffstats
path: root/video/mlt/SUB_DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'video/mlt/SUB_DEPENDS')
-rwxr-xr-xvideo/mlt/SUB_DEPENDS2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/mlt/SUB_DEPENDS b/video/mlt/SUB_DEPENDS
index 85c4a38c46..a4db8b68d8 100755
--- a/video/mlt/SUB_DEPENDS
+++ b/video/mlt/SUB_DEPENDS
@@ -1,6 +1,6 @@
case $THIS_SUB_DEPENDS in
PYTHON) message "Python bindings requested, forcing python dependency" &&
- depends python '--swig-languages=python';;
+ depends python3 '-DSWIG_PYTHON=on';;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}"
return 1;;
esac