diff options
author | kris <kris@FreeBSD.org> | 2007-04-02 10:40:31 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-04-02 10:40:31 +0800 |
commit | b36fc83149aa605c694823da368c5d5342ff3478 (patch) | |
tree | 9470ec4725076eee04f29f60ec0b32f565e17e47 /science | |
parent | ee328cf20c12c00f62ba396a4cd20f408141a3fb (diff) | |
download | freebsd-ports-gnome-b36fc83149aa605c694823da368c5d5342ff3478.tar.gz freebsd-ports-gnome-b36fc83149aa605c694823da368c5d5342ff3478.tar.zst freebsd-ports-gnome-b36fc83149aa605c694823da368c5d5342ff3478.zip |
Configure fails to recognize jdk 1.5, so try limiting it to 1.4.
Approved by: maintainer timeout
Diffstat (limited to 'science')
-rw-r--r-- | science/ovt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/ovt/Makefile b/science/ovt/Makefile index 6bc5fcb84a56..42c31a0056d5 100644 --- a/science/ovt/Makefile +++ b/science/ovt/Makefile @@ -26,7 +26,7 @@ GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 USE_JAVA= yes -JAVA_VERSION= 1.4+ +JAVA_VERSION= 1.4 JAVA_OS= native CONFIGURE_ARGS= --with-jdk=${JAVA_HOME} |