summaryrefslogtreecommitdiff
path: root/java/jgraph
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-12-10 13:18:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-12-10 13:18:28 +0000
commit7c354b1913f01af4543a3be2745370660e7153e4 (patch)
tree46951eebc3f0fab0c5354d48cdafd62a5f90147d /java/jgraph
parentRename USE_GSTREAMER08 to USE_GSTREAMER1. The old one is a left over from (diff)
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2)
Notes
Notes: svn path=/head/; revision=308604
Diffstat (limited to 'java/jgraph')
-rw-r--r--java/jgraph/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/java/jgraph/Makefile b/java/jgraph/Makefile
index d14fd14f7eef..e308a4d8ad36 100644
--- a/java/jgraph/Makefile
+++ b/java/jgraph/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: jgraph
-# Date created: Jul 9, 2004
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= jgraph
PORTVERSION= 5.13.0.4
@@ -22,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USE_ZIP= yes
NO_WRKSUBDIR= yes
USE_JAVA= yes
-JAVA_VERSION= 1.5+
+JAVA_VERSION= 1.6+
JAVA_RUN= yes
.if !defined(WITHOUT_COMPILE) || !defined(NOPORTDOCS)