diff options
author | anholt <anholt@FreeBSD.org> | 2005-06-11 05:11:56 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2005-06-11 05:11:56 +0800 |
commit | 86e9458100119588ba5da5e329220077a9aa8872 (patch) | |
tree | 59ffb8a324bfb0d92e87a75edca33f3e95145cd9 /java/kaffe | |
parent | c34965981d49e1790b5ac40dff6164d1b3a9a5b9 (diff) | |
download | freebsd-ports-gnome-86e9458100119588ba5da5e329220077a9aa8872.tar.gz freebsd-ports-gnome-86e9458100119588ba5da5e329220077a9aa8872.tar.zst freebsd-ports-gnome-86e9458100119588ba5da5e329220077a9aa8872.zip |
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 |