summaryrefslogtreecommitdiffstats
path: root/multimedia/mlt/mlt.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2019-11-09 11:28:12 +0100
committer Matteo Bernardini2019-11-09 11:28:12 +0100
commit25abff51ef26ca86e9339aa1956c144d996683f8 (patch)
tree329233cc5489e727277ad3f14398c23602f9a56e /multimedia/mlt/mlt.SlackBuild
parentc130b0fbba796fd68f2faa153a5c56cc3effcd6d (diff)
downloadslackbuilds-25abff51ef26ca86e9339aa1956c144d996683f8.tar.gz
20191109.1 global branch merge.current-20191109.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'multimedia/mlt/mlt.SlackBuild')
-rw-r--r--multimedia/mlt/mlt.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mlt/mlt.SlackBuild b/multimedia/mlt/mlt.SlackBuild
index f2f9273682..119e4e6d7a 100644
--- a/multimedia/mlt/mlt.SlackBuild
+++ b/multimedia/mlt/mlt.SlackBuild
@@ -74,10 +74,10 @@ 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