diff options
Diffstat (limited to 'sysutils/sge60/Makefile')
-rw-r--r-- | sysutils/sge60/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/sge60/Makefile b/sysutils/sge60/Makefile index d059aa3aca98..d5791f771dc1 100644 --- a/sysutils/sge60/Makefile +++ b/sysutils/sge60/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: sge -# Date created: Fri Jul 11, 2003 -# Whom: Brooks Davis <brooks@FreeBSD.org> -# +# Created by: Brooks Davis <brooks@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sge PORTVERSION= ${SGE_VERSION} @@ -95,7 +91,7 @@ PLIST_SUB+= BDB_SPOOL="@comment " .if defined(WITH_JAVA) USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_OS= native JAVA_BUILD= jdk JAVA_RUN= jre |