From c7277eb17ac32e0fe2bcdd3f84bbb91ac0782e5e Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 29 Oct 2000 22:39:07 +0000 Subject: Correct the path to the jdk binary this port RUN_DEPENDS on. --- www/mapedit/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/mapedit/Makefile b/www/mapedit/Makefile index efbb8d2ae5f6..e6582f70ee53 100644 --- a/www/mapedit/Makefile +++ b/www/mapedit/Makefile @@ -13,8 +13,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/java/bin/java:${PORTSDIR}/java/jdk +RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk +JDK_VERSION= 1.1.8 NO_BUILD= yes pre-install: -- cgit v1.2.3