From ae65af992b4afdaf9872eb347a9a68a51ebbb8f3 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 22 Apr 2001 16:36:10 +0000 Subject: Disable on ELF machines until somebody fixes it. --- lang/ghc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lang/ghc/Makefile') diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 668b2230595..c0534f50ff0 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/17 09:07:09 agc Exp $ +# $NetBSD: Makefile,v 1.9 2001/04/22 16:36:10 wiz Exp $ # FreeBSD Id: ports/lang/ghc/Makefile,v 1.1.1.1 1999/11/10 17:25:28 nectar Exp DISTNAME= ghc-4.04 @@ -24,7 +24,8 @@ WRKSRC= ${WRKDIR}/fptools # a number of non-i386 platforms, including solaris/sparc, osf/alpha # etc are supported natively by ghc. pkg support for those platforms # and their NetBSD varients is left as a mid-level exercise for the reader -ONLY_FOR_PLATFORM= NetBSD-*-i386 +# XXX: doesn't even work on ELF machines +ONLY_FOR_PLATFORM= NetBSD-0.*-i386 NetBSD-1.[0-4]*-i386 # Note: # - This package will bootstrap from pre-compiled C files. -- cgit v1.2.3