aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2011-05-21 10:08:40 +0800
committerashish <ashish@FreeBSD.org>2011-05-21 10:08:40 +0800
commit951663e044dd6853c0d449de28871b3f34245825 (patch)
treeffca86a8a71e9801e12eacf2033463370d9643de /lang
parentc6fa40fa9aaba5040278f4938250ddabc4f4780b (diff)
downloadfreebsd-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/Makefile4
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