diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2005-06-10 21:11:56 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2005-06-10 21:11:56 +0000 |
commit | 9cb236b64dfe513367ba3bb0dc6277d75f4198e8 (patch) | |
tree | 6dc8e25b87e7198865e043900c9f13aa8a8f2bf2 /java/kaffe | |
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
Diffstat (limited to 'java/kaffe')
-rw-r--r-- | java/kaffe/Makefile | 3 |
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 |