diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-04-12 09:42:34 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-04-12 09:42:34 +0000 |
commit | 13036d7b405c949d3f78eaab1be23931079f4eff (patch) | |
tree | 3a7c3a1fed96e382550ce16f845097ab9f9825be /graphics/batik/Makefile | |
parent | - Introduce more PLIST_SUB variables (diff) |
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 '')
-rw-r--r-- | graphics/batik/Makefile | 2 |
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 |