diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2002-06-16 01:22:09 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2002-06-16 01:22:09 +0000 |
commit | f0f975e1218d240cbb35416a3993a20095c77a34 (patch) | |
tree | d081030f049e6b66520f544e547bdbdf64f4021b /java/collections/Makefile | |
parent | 2d6013317626f0baef88681f1430c074d7d4056c (diff) |
Fix dependencies to be in sync with the recent JDK ports renaming.
Forgotten by: znerd
Notes
Notes:
svn path=/head/; revision=61337
Diffstat (limited to 'java/collections/Makefile')
-rw-r--r-- | java/collections/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/collections/Makefile b/java/collections/Makefile index a2cd4b228be9..c310ec2c91a8 100644 --- a/java/collections/Makefile +++ b/java/collections/Makefile @@ -13,7 +13,7 @@ EXTRACT_SUFX= .zip MAINTAINER= noway@nohow.demon.co.uk -RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk +RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk11 USE_ZIP= YES |