aboutsummaryrefslogtreecommitdiff
path: root/graphics/batik
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2006-04-12 09:42:34 +0000
committerVolker Stolz <vs@FreeBSD.org>2006-04-12 09:42:34 +0000
commit13036d7b405c949d3f78eaab1be23931079f4eff (patch)
tree3a7c3a1fed96e382550ce16f845097ab9f9825be /graphics/batik
parent1f3dec8e390b9d0ceeeb7eed841b7303c7ae62e9 (diff)
downloadports-13036d7b405c949d3f78eaab1be23931079f4eff.tar.gz
ports-13036d7b405c949d3f78eaab1be23931079f4eff.zip
Restrict to JAVA_VERSION=1.3 1.4: Does not build with JDK 1.5
(setting -source 1.4 is not sufficient)
Notes
Notes: svn path=/head/; revision=159363
Diffstat (limited to 'graphics/batik')
-rw-r--r--graphics/batik/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/batik/Makefile b/graphics/batik/Makefile
index ce82732f54ee..6e3c478f8ba9 100644
--- a/graphics/batik/Makefile
+++ b/graphics/batik/Makefile
@@ -19,7 +19,7 @@ COMMENT= SVG Toolkit
USE_ZIP= yes
USE_JAVA= yes
-JAVA_VERSION= 1.3+
+JAVA_VERSION= 1.3 1.4
WRKSRC= ${WRKDIR}/xml-${PORTNAME}
USE_ANT= yes
USE_JIKES= no