diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-11 23:30:44 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-11 23:30:44 +0000 |
commit | 7738f0a02cdc3f46c19d5c6aecdc2e29459d5e00 (patch) | |
tree | 705e51919d24eb4b39d6d89809dc0a9745db36d8 /java/kaffe | |
parent | e594c2caf866ce35374fc6afc5048c3ff911b2e6 (diff) | |
download | ports-7738f0a02cdc3f46c19d5c6aecdc2e29459d5e00.tar.gz ports-7738f0a02cdc3f46c19d5c6aecdc2e29459d5e00.zip |
Notes
Diffstat (limited to 'java/kaffe')
-rw-r--r-- | java/kaffe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile index 42dc375607e8..f7fac2af7054 100644 --- a/java/kaffe/Makefile +++ b/java/kaffe/Makefile @@ -3,7 +3,7 @@ # Date created: 19 April 1997 # Whom: Mark Huizer <xaa@stack.nl> # -# $Id: Makefile,v 1.21 1997/03/29 23:11:08 max Exp $ +# $Id: Makefile,v 1.22 1997/04/21 11:58:57 tg Exp $ # DISTNAME= kaffe-0.8.4 @@ -16,6 +16,8 @@ MAINTAINER= xaa@stack.nl RUN_DEPENDS= ${PREFIX}/share/java/classes.zip:${PORTSDIR}/lang/jdk +BROKEN= not compatible with latest jdk port + GNU_CONFIGURE= yes MAN1= kaffe.1 |