diff options
author | steve <steve@FreeBSD.org> | 2000-10-30 06:39:07 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-10-30 06:39:07 +0800 |
commit | fbbf527c984d83dbaf75b5f7176b5c8cc88e2484 (patch) | |
tree | f858289acb8b2f5d568e039e9c3cb6fb8aa7c193 /www/mapedit | |
parent | 8b5e7758d224f0b62deac1139f253cf06b6c283e (diff) | |
download | freebsd-ports-gnome-fbbf527c984d83dbaf75b5f7176b5c8cc88e2484.tar.gz freebsd-ports-gnome-fbbf527c984d83dbaf75b5f7176b5c8cc88e2484.tar.zst freebsd-ports-gnome-fbbf527c984d83dbaf75b5f7176b5c8cc88e2484.zip |
Correct the path to the jdk binary this port RUN_DEPENDS on.
Diffstat (limited to 'www/mapedit')
-rw-r--r-- | www/mapedit/Makefile | 3 |
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: |