diff options
-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 42dc375..f7fac2a 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 |