aboutsummaryrefslogtreecommitdiff
path: root/java/cacao/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/cacao/Makefile')
-rw-r--r--java/cacao/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/cacao/Makefile b/java/cacao/Makefile
index 8648d572e250..4ffec0a032cc 100644
--- a/java/cacao/Makefile
+++ b/java/cacao/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cacao
PORTVERSION= 1.6.1
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PORTVERSION}/
@@ -32,7 +33,7 @@ JDK_DESC= Build with native JDK
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MJDK}
-BUILD_DEPENDS+= ${LOCALBASE}/bootstrap-openjdk/bin/javac:java/bootstrap-openjdk
+BUILD_DEPENDS+= ${LOCALBASE}/bootstrap-openjdk/bin/javac:java/bootstrap-openjdk6
JAR= ${LOCALBASE}/bootstrap-openjdk/bin/jar
JAVAC= ${LOCALBASE}/bootstrap-openjdk/bin/javac
.else