diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-06-28 18:34:12 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-06-28 18:34:12 +0000 |
commit | b9b94ff2c5ae8bb636e0e018d303487e7de73869 (patch) | |
tree | 4f11c3c0eedd2eaf6eb944a817fea9af50720b02 /java/shujit | |
parent | 65850f01ae0c57df3b81dc9411e594dac394b04a (diff) |
new ports/{java,irc,x11-servers}, dependency sweep #1
Notes
Notes:
svn path=/head/; revision=19876
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 |