diff options
author | vs <vs@FreeBSD.org> | 2006-06-23 10:56:50 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-06-23 10:56:50 +0000 |
commit | 90ca222660d44e1c2e81478857026c218d252090 (patch) | |
tree | a033a068a557d69afc2b32c9c88a0a2e8fc0b48d /lang | |
parent | de27dc4fd8fb6d81253a01f1b6fa4984f4db7be8 (diff) | |
download | FreeBSD-ports-90ca222660d44e1c2e81478857026c218d252090.zip FreeBSD-ports-90ca222660d44e1c2e81478857026c218d252090.tar.gz |
Mark as BROKEN on -CURRENT until there's such thing as compat6x or somebody
does a bootstrap. libmapping the newer libs seems not to work.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ghc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 6cd0778..7155962 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -40,6 +40,9 @@ DISTFILES+= ${BOOT_DIST} DISTFILES+= ${BOOT_DIST5} .endif .endif +.if ${OSVERSION} >= 700000 +IGNORE= unsupported at the moment +.endif .if ${PERL_LEVEL} < 500600 IGNORE= requires newer version of perl |