diff options
author | vs <vs@FreeBSD.org> | 2006-06-23 18:56:50 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-06-23 18:56:50 +0800 |
commit | 90ca222660d44e1c2e81478857026c218d252090 (patch) | |
tree | a033a068a557d69afc2b32c9c88a0a2e8fc0b48d | |
parent | de27dc4fd8fb6d81253a01f1b6fa4984f4db7be8 (diff) | |
download | freebsd-ports-gnome-90ca222660d44e1c2e81478857026c218d252090.tar.gz freebsd-ports-gnome-90ca222660d44e1c2e81478857026c218d252090.tar.zst freebsd-ports-gnome-90ca222660d44e1c2e81478857026c218d252090.zip |
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.
-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 6cd0778ebb99..7155962624e7 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 |