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 /java/shujit | |
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 'java/shujit')
-rw-r--r-- | java/shujit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/shujit/Makefile b/java/shujit/Makefile index 3f42e5677573..741fedf646b2 100644 --- a/java/shujit/Makefile +++ b/java/shujit/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.shudo.net/jit/dist/ MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= ${JAVADIR}/bin/javac:${PORTSDIR}/java/jdk +BUILD_DEPENDS= ${JAVADIR}/bin/javac:${PORTSDIR}/java/jdk11 LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm WRKSRC= ${WRKDIR}/${PORTNAME} |