aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-10-30 06:39:07 +0800
committerSteve Price <steve@FreeBSD.org>2000-10-30 06:39:07 +0800
commitc7277eb17ac32e0fe2bcdd3f84bbb91ac0782e5e (patch)
tree086e7c1079a75c27f7a7e64020e21c0800358094
parent8f06113ec370b594355a5fa168924ac9287b2bef (diff)
downloadfreebsd-ports-c7277eb17ac32e0fe2bcdd3f84bbb91ac0782e5e.tar.gz
freebsd-ports-c7277eb17ac32e0fe2bcdd3f84bbb91ac0782e5e.tar.zst
freebsd-ports-c7277eb17ac32e0fe2bcdd3f84bbb91ac0782e5e.zip
Correct the path to the jdk binary this port RUN_DEPENDS on.
Notes
Notes: svn path=/head/; revision=34426
-rw-r--r--www/mapedit/Makefile3
1 files changed, 2 insertions, 1 deletions
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: