From 936a6e547e6d07ea35e4dc67e2e4ce12b4078d59 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 7 Feb 2004 23:29:51 +0000 Subject: BROKEN on 5.x: does not compile --- java/kaffe/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'java/kaffe') diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile index 5a821cb75371..55666fcc9dab 100644 --- a/java/kaffe/Makefile +++ b/java/kaffe/Makefile @@ -27,9 +27,15 @@ PLIST_SUB+= PORTVER=${PORTVERSION} ARCH=${ARCH} MAN1= kaffe.1 +.include + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-install: @${MKDIR} ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/BUILD_ENVIRONMENT ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/license.terms ${DATADIR} -.include +.include -- cgit