diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2002-06-16 01:54:07 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2002-06-16 01:54:07 +0000 |
commit | 05f69eeb5bd7e9e6239581212e6acfee7f69ceeb (patch) | |
tree | 6cde388b18a2291dcf57eee797bc234f23497ca7 /textproc/fop | |
parent | Chase sablot shlib version. (diff) |
Fix dependencies to be in sync with the recent JDK ports renaming.
Forgotten by: znerd
Notes
Notes:
svn path=/head/; revision=61341
Diffstat (limited to 'textproc/fop')
-rw-r--r-- | textproc/fop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index f951c7c342c5..80114abd6646 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= kiri@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/jdk${JDKVERSION}/bin/java:${PORTSDIR}/java/jdk \ +RUN_DEPENDS= ${LOCALBASE}/jdk${JDKVERSION}/bin/java:${PORTSDIR}/java/jdk11 \ ${LOCALBASE}/share/java/classes/xerces.jar:${PORTSDIR}/textproc/xerces-j WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} |