diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-06-23 10:56:50 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-06-23 10:56:50 +0000 |
commit | b49e3bff45bf6182778b97ec77c36ea4b447357f (patch) | |
tree | 4231edd487a440d70d79792936bc45d351670cd6 /lang/ghc | |
parent | 5e056693d4e5e814a2ce8cbd7bd076833328c2f7 (diff) |
Notes
Diffstat (limited to 'lang/ghc')
-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 |