diff options
-rw-r--r-- | java/jbootstrap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/jbootstrap/Makefile b/java/jbootstrap/Makefile index 931dfb03008f..cdb84bc0dd05 100644 --- a/java/jbootstrap/Makefile +++ b/java/jbootstrap/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= # http://www.eyesbeyond.com/freebsddom/java/jbootstrap.html MAINTAINER= glewis@FreeBSD.org COMMENT= Java bootstrap tools +RUN_DEPENDS= ${LOCALBASE}/bin/jikes:${PORTSDIR}/java/jikes + USE_PERL5_RUN= yes MAKE_FLAGS+= BINDIR=${PREFIX}/${PORTNAME}/bin \ LIBEXECDIR=${PREFIX}/${PORTNAME}/libexec |