aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-12-10 13:43:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-12-10 13:43:43 +0000
commit9c526f721705e892d2cb0d1f20df0ad1f9e3cc55 (patch)
tree8f8068d6ce0708a3892bc9e9b0f0f44e174dfbbc /sysutils
parent7c354b1913f01af4543a3be2745370660e7153e4 (diff)
downloadports-9c526f721705e892d2cb0d1f20df0ad1f9e3cc55.tar.gz
ports-9c526f721705e892d2cb0d1f20df0ad1f9e3cc55.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/jdiskreport/Makefile2
-rw-r--r--sysutils/sge60/Makefile8
-rw-r--r--sysutils/sge61/Makefile8
3 files changed, 5 insertions, 13 deletions
diff --git a/sysutils/jdiskreport/Makefile b/sysutils/jdiskreport/Makefile
index 35fb8fe2aef1..729b53f1f5f8 100644
--- a/sysutils/jdiskreport/Makefile
+++ b/sysutils/jdiskreport/Makefile
@@ -14,7 +14,7 @@ RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper
USE_ZIP= YES
USE_JAVA= YES
-JAVA_VERSION= 1.5+
+JAVA_VERSION= 1.6+
PLIST_SUB= JDISKDIR=${JDISKDIR:S,${PREFIX}/,,g}
PLIST_SUB+= PORTVERSION=${PORTVERSION}
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
diff --git a/sysutils/sge61/Makefile b/sysutils/sge61/Makefile
index e02a7c6fea41..ebf283052216 100644
--- a/sysutils/sge61/Makefile
+++ b/sysutils/sge61/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}
@@ -100,7 +96,7 @@ PLIST_SUB+= BDB_SPOOL="@comment "
.if defined(WITH_JAVA)
USE_JAVA= yes
-JAVA_VERSION= 1.5+
+JAVA_VERSION= 1.6+
PLIST_SUB+= DRMAA=
CATEGORIES+= java
.else