summaryrefslogtreecommitdiffstats
path: root/multimedia/mlt
diff options
context:
space:
mode:
author Kent Fritz <fritz.kent@gmail.com>2014-03-11 15:50:39 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-03-12 12:42:51 -0500
commit81780291c42913d11e088c1533292b8b9d1a9d5f (patch)
tree1d609b560000e92f9eb2249171e41bfda364f656 /multimedia/mlt
parentadcded70d2fd489e970cc492453e1003bd00a22c (diff)
downloadslackbuilds-81780291c42913d11e088c1533292b8b9d1a9d5f.tar.gz
slackbuilds-81780291c42913d11e088c1533292b8b9d1a9d5f.tar.xz
multimedia/mlt: Fixed with JRE.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/mlt')
-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 137c028396..7338c4c05d 100644
--- a/multimedia/mlt/mlt.SlackBuild
+++ b/multimedia/mlt/mlt.SlackBuild
@@ -44,7 +44,7 @@
PRGNAM=mlt
VERSION=${VERSION:-0.9.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -62,7 +62,7 @@ OUTPUT=${OUTPUT:-/tmp}
# Autodetect which SWIG Languages bindings to build
# according to what's installed on the system:
-if [ -f "$(which java)" ]; then java="java"; else java=""; fi
+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