diff options
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 |
commit | 81780291c42913d11e088c1533292b8b9d1a9d5f (patch) | |
tree | 1d609b560000e92f9eb2249171e41bfda364f656 /multimedia | |
parent | adcded70d2fd489e970cc492453e1003bd00a22c (diff) | |
download | slackbuilds-81780291c42913d11e088c1533292b8b9d1a9d5f.tar.gz |
multimedia/mlt: Fixed with JRE.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mlt/mlt.SlackBuild | 4 |
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 |