diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2004-11-22 16:49:34 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2004-11-22 16:49:34 +0000 |
commit | 1d99e23db6cd47350c3575c393787b087758874b (patch) | |
tree | 53dfd7080d6770b47964539cd1e76776ba2fe1c1 /textproc/saxon-devel/files | |
parent | 69fefba4a182dec2e7d8efcede21caae5f596b02 (diff) |
Notes
Diffstat (limited to 'textproc/saxon-devel/files')
-rw-r--r-- | textproc/saxon-devel/files/saxon.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/saxon-devel/files/saxon.sh b/textproc/saxon-devel/files/saxon.sh index 1865dbc5a793..a220ea908e91 100644 --- a/textproc/saxon-devel/files/saxon.sh +++ b/textproc/saxon-devel/files/saxon.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/textproc/saxon-devel/files/Attic/saxon.sh,v 1.4 2004-11-09 16:03:39 hq Exp $ +# $FreeBSD: /tmp/pcvs/ports/textproc/saxon-devel/files/Attic/saxon.sh,v 1.5 2004-11-22 16:49:34 hq Exp $ IAM=`basename "$0"` @@ -17,4 +17,4 @@ do SAXON_CLASSPATH="${SAXON_CLASSPATH}:${jarfile}" done -JAVAVM="%%JAVAVM%%" "%%LOCALBASE%%/bin/javavm" -classpath "${SAXON_CLASSPATH}" "${LAUNCHER_CLASS}" "$@" +JAVA_VERSION="1.4+" "%%LOCALBASE%%/bin/java" -classpath "${SAXON_CLASSPATH}" "${LAUNCHER_CLASS}" "$@" |