diff options
author | billf <billf@FreeBSD.org> | 1999-06-29 02:34:12 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-06-29 02:34:12 +0800 |
commit | 244402448413b3aae0622a58092096293ac377a9 (patch) | |
tree | 8ef062c3b19b117f014e91cbf3926238a9b31922 /java/shujit | |
parent | cdec4665753ec5405a6562b8b4b3dbf2979d83ed (diff) | |
download | freebsd-ports-gnome-244402448413b3aae0622a58092096293ac377a9.tar.gz freebsd-ports-gnome-244402448413b3aae0622a58092096293ac377a9.tar.zst freebsd-ports-gnome-244402448413b3aae0622a58092096293ac377a9.zip |
new ports/{java,irc,x11-servers}, dependency sweep #1
Diffstat (limited to 'java/shujit')
-rw-r--r-- | java/shujit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/shujit/Makefile b/java/shujit/Makefile index d70c8a17a44c..2aa7c9a5b67a 100644 --- a/java/shujit/Makefile +++ b/java/shujit/Makefile @@ -3,7 +3,7 @@ # Date created: 30 April 1999 # Whom: jake@checker.org # -# $Id: Makefile,v 1.2 1999/06/14 16:57:33 steve Exp $ +# $Id: Makefile,v 1.3 1999/06/28 02:22:34 billf Exp $ # DISTNAME= shujit-0.2.10 @@ -13,9 +13,9 @@ MASTER_SITES= http://www.shudo.net/jit/dist/ MAINTAINER= jake@checker.org BUILD_DEPENDS= ${PREFIX}/bin/ruby:${PORTSDIR}/lang/ruby \ - ${PREFIX}/jdk1.1.8/bin/javac:${PORTSDIR}/lang/jdk \ + ${PREFIX}/jdk1.1.8/bin/javac:${PORTSDIR}/java/jdk \ ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm -RUN_DEPENDS= ${PREFIX}/jdk1.1.8/bin/java:${PORTSDIR}/lang/jdk +RUN_DEPENDS= ${PREFIX}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk .include <bsd.port.pre.mk> .if ${OSVERSION} < 400002 |