From 88a357ac660ee226b47c70edd6511187136688ba Mon Sep 17 00:00:00 2001 From: vs Date: Wed, 12 Apr 2006 09:42:34 +0000 Subject: Restrict to JAVA_VERSION=1.3 1.4: Does not build with JDK 1.5 (setting -source 1.4 is not sufficient) --- graphics/batik/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/batik') 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 -- cgit