summaryrefslogtreecommitdiff
path: root/lang/ghc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-04-22 16:36:10 +0000
committerwiz <wiz@pkgsrc.org>2001-04-22 16:36:10 +0000
commitabc46c77f0848b2a328a840c0f8f06b65a464e97 (patch)
treebaa89940bd66d504bb51313de86592be711da244 /lang/ghc
parent03946f56715cbf62f82c1bcaf6291f7f9a71501f (diff)
downloadpkgsrc-abc46c77f0848b2a328a840c0f8f06b65a464e97.tar.gz
Disable on ELF machines until somebody fixes it.
Diffstat (limited to 'lang/ghc')
-rw-r--r--lang/ghc/Makefile5
1 files changed, 3 insertions, 2 deletions
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.