summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-06-10 21:11:56 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-06-10 21:11:56 +0000
commit9cb236b64dfe513367ba3bb0dc6277d75f4198e8 (patch)
tree6dc8e25b87e7198865e043900c9f13aa8a8f2bf2 /java
parent- Update to 0.6.4 (diff)
Oops, jikes is required to build these days. This should be all the deps
necessary. Reported by: krismail
Notes
Notes: svn path=/head/; revision=137227
Diffstat (limited to 'java')
-rw-r--r--java/kaffe/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile
index 3b71b0325acd..c11cfea4fde4 100644
--- a/java/kaffe/Makefile
+++ b/java/kaffe/Makefile
@@ -17,7 +17,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
ungif.5:${PORTSDIR}/graphics/libungif \
png.5:${PORTSDIR}/graphics/png \
gmp.6:${PORTSDIR}/math/libgmp4
-BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
+BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
+ jikes:${PORTSDIR}/java/jikes
RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \
javavm:${PORTSDIR}/java/javavmwrapper