aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2005-06-11 05:11:56 +0800
committeranholt <anholt@FreeBSD.org>2005-06-11 05:11:56 +0800
commit86e9458100119588ba5da5e329220077a9aa8872 (patch)
tree59ffb8a324bfb0d92e87a75edca33f3e95145cd9
parentc34965981d49e1790b5ac40dff6164d1b3a9a5b9 (diff)
downloadfreebsd-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
-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