From 9cb236b64dfe513367ba3bb0dc6277d75f4198e8 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 10 Jun 2005 21:11:56 +0000 Subject: [PATCH] Oops, jikes is required to build these days. This should be all the deps necessary. Reported by: krismail --- java/kaffe/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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