aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-11-07 17:40:34 +0800
committermarino <marino@FreeBSD.org>2014-11-07 17:40:34 +0800
commit316e5aee084327bc50359056231c7227fcd175e3 (patch)
tree4df132f5ce3c9caa4c6aace37b64aac28ff8e564 /java
parent6c06684e79fac2d6cde20f649b893ee5946daee1 (diff)
downloadfreebsd-ports-gnome-316e5aee084327bc50359056231c7227fcd175e3.tar.gz
freebsd-ports-gnome-316e5aee084327bc50359056231c7227fcd175e3.tar.zst
freebsd-ports-gnome-316e5aee084327bc50359056231c7227fcd175e3.zip
java/eclipse-cdt: Allow it to build with java > 1.6
It builds with openjdk7 at least. I have no idea if it works, but the rest of the eclipse ports have moved past 1.6. (port is unmaintained)
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-cdt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse-cdt/Makefile b/java/eclipse-cdt/Makefile
index 4fccdd6a8d2b..3743be93426c 100644
--- a/java/eclipse-cdt/Makefile
+++ b/java/eclipse-cdt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ${PLUGIN}
PORTVERSION= 6.0.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_ECLIPSE}
MASTER_SITE_SUBDIR=tools/${PLUGIN}/releases/${ECLIPSE_CODENAME}/dist
@@ -19,7 +19,7 @@ USES= zip
USE_JAVA= YES
JAVA_OS= native
JAVA_RUN= YES
-JAVA_VERSION= 1.6
+JAVA_VERSION= 1.6+
NO_BUILD= YES
NO_WRKSUBDIR= YES