aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-04-02 02:40:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-04-02 02:40:31 +0000
commit58949972cad446dde816a1f770ad8b1fe4c5e6c6 (patch)
tree30702153da2c95a9ab2c1b8f3d0f4bf3f1939d6b /science
parent78bee6fab2618076468cb4136c8d446ed7bb969e (diff)
downloadports-58949972cad446dde816a1f770ad8b1fe4c5e6c6.tar.gz
ports-58949972cad446dde816a1f770ad8b1fe4c5e6c6.zip
Configure fails to recognize jdk 1.5, so try limiting it to 1.4.
Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=188970
Diffstat (limited to 'science')
-rw-r--r--science/ovt/Makefile2
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}