diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ghc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 03c0aff6f16..2bb59dc301a 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -60,6 +60,10 @@ OPTIONS= PROFILE "Compile for profiling as well" on \ .include <bsd.port.options.mk> .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 900000 +BROKEN= does not compile +.endif + .if defined(WITHOUT_DOCS) NOPORTDOCS= .endif |