diff options
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 6cd0778ebb9..7155962624e 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 |