diff options
author | ashish <ashish@FreeBSD.org> | 2011-05-21 10:08:40 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2011-05-21 10:08:40 +0800 |
commit | 951663e044dd6853c0d449de28871b3f34245825 (patch) | |
tree | ffca86a8a71e9801e12eacf2033463370d9643de /lang | |
parent | c6fa40fa9aaba5040278f4938250ddabc4f4780b (diff) | |
download | freebsd-ports-gnome-951663e044dd6853c0d449de28871b3f34245825.tar.gz freebsd-ports-gnome-951663e044dd6853c0d449de28871b3f34245825.tar.zst freebsd-ports-gnome-951663e044dd6853c0d449de28871b3f34245825.zip |
- Mark BROKEN on 9.x: does not compile
Reported by: pointyhat
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 03c0aff6f160..2bb59dc301a3 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 |