summaryrefslogtreecommitdiffstats
path: root/multimedia/mlt/mlt.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2020-11-14 23:27:08 +0100
committer Matteo Bernardini2020-11-14 23:27:08 +0100
commitd931520cc3735665f7e7d1e60d16c0ec1a5e3332 (patch)
treec06b65e53a5848e18b8e47e2782985e72194ce06 /multimedia/mlt/mlt.SlackBuild
parent35c5ba88b6070f8ff07a047e16affeb15bd3784e (diff)
downloadslackbuilds-1c7aa6a2a913ae7562d4eacfc9c6aebf3fbd5cee.tar.gz
20201114.1 global branch merge.current-20201114.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'multimedia/mlt/mlt.SlackBuild')
-rw-r--r--multimedia/mlt/mlt.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/mlt/mlt.SlackBuild b/multimedia/mlt/mlt.SlackBuild
index f2f9273682..28b265ab9b 100644
--- a/multimedia/mlt/mlt.SlackBuild
+++ b/multimedia/mlt/mlt.SlackBuild
@@ -74,14 +74,14 @@ OUTPUT=${OUTPUT:-/tmp}
# Autodetect which SWIG Languages bindings to build
# according to what's installed on the system:
-if [ -f "$(which javac)" ]; then java="java"; else java=""; fi
+java="" # if [ -f "$(which javac)" ]; then java="java"; else java=""; fi
if [ -f "$(which lua)" ]; then lua="lua"; else lua=""; fi
if [ -f "$(which perl)" ]; then perl="perl"; else perl=""; fi
-if [ -f "$(which php)" ]; then php="php"; else php=""; fi
+php="" # if [ -f "$(which php)" ]; then php="php"; else php=""; fi
if [ -f "$(which python)" ]; then python="python"; else python=""; fi
if [ -h "$(which tclsh)" ]; then tcl="tcl"; else tcl=""; fi
if [ -f "$(which csharp)" ]; then csharp="csharp"; else csharp=""; fi
-if [ -f "$(which ruby)" ]; then ruby="ruby"; else ruby=""; fi
+ruby="" # if [ -f "$(which ruby)" ]; then ruby="ruby"; else ruby=""; fi
# Use qt5 if present, otherwise system default
if pkg-config --exists Qt5 ; then