aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2006-04-12 17:42:34 +0800
committervs <vs@FreeBSD.org>2006-04-12 17:42:34 +0800
commit88a357ac660ee226b47c70edd6511187136688ba (patch)
tree1c4bd2fab9fb1e0c65ebb5a8764099639b7fd4a0 /graphics
parent66114c33f0f94f79d917b62926e19f6998499078 (diff)
downloadfreebsd-ports-gnome-88a357ac660ee226b47c70edd6511187136688ba.tar.gz
freebsd-ports-gnome-88a357ac660ee226b47c70edd6511187136688ba.tar.zst
freebsd-ports-gnome-88a357ac660ee226b47c70edd6511187136688ba.zip
Restrict to JAVA_VERSION=1.3 1.4: Does not build with JDK 1.5
(setting -source 1.4 is not sufficient)
Diffstat (limited to 'graphics')
-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