diff options
author | glewis <glewis@FreeBSD.org> | 2002-06-16 09:54:07 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2002-06-16 09:54:07 +0800 |
commit | 789e62449cc1a78ba8665e152312a8a6dc2af6cb (patch) | |
tree | b24fc0dc49e916c2a693b14746ceefdba7065955 /java/netrexx | |
parent | 33f218e9e7a8752f808ed22cb32ecf02f3439d49 (diff) | |
download | freebsd-ports-gnome-789e62449cc1a78ba8665e152312a8a6dc2af6cb.tar.gz freebsd-ports-gnome-789e62449cc1a78ba8665e152312a8a6dc2af6cb.tar.zst freebsd-ports-gnome-789e62449cc1a78ba8665e152312a8a6dc2af6cb.zip |
Fix dependencies to be in sync with the recent JDK ports renaming.
Forgotten by: znerd
Diffstat (limited to 'java/netrexx')
-rw-r--r-- | java/netrexx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/netrexx/Makefile b/java/netrexx/Makefile index 6cae3de42ea4..b3287e07bbb3 100644 --- a/java/netrexx/Makefile +++ b/java/netrexx/Makefile @@ -14,7 +14,7 @@ DISTNAME= NetRexx MAINTAINER= jmcoopr@webmail.bmi.net -RUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk \ +RUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk11 \ ${LOCALBASE}/bin/rexx:${PORTSDIR}/lang/rexx-imc NO_BUILD= yes |