diff options
author | Steve Price <steve@FreeBSD.org> | 2000-10-29 22:39:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-10-29 22:39:07 +0000 |
commit | c7277eb17ac32e0fe2bcdd3f84bbb91ac0782e5e (patch) | |
tree | 086e7c1079a75c27f7a7e64020e21c0800358094 /www/mapedit | |
parent | 8f06113ec370b594355a5fa168924ac9287b2bef (diff) | |
download | ports-c7277eb17ac32e0fe2bcdd3f84bbb91ac0782e5e.tar.gz ports-c7277eb17ac32e0fe2bcdd3f84bbb91ac0782e5e.zip |
Notes
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: |