summaryrefslogtreecommitdiff
path: root/lang/ghc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 17:49:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 17:49:31 +0000
commitfe54d2a7c76c819f48572aaac53161c6073e4bc2 (patch)
treecd3a2332516a8e0f6a9b518a6f6eb3a97af4baa7 /lang/ghc
parentBROKEN on 5.x: Configure fails (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118243
Diffstat (limited to 'lang/ghc')
-rw-r--r--lang/ghc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 462cd1859d27..bf3154cb2ba5 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -19,6 +19,10 @@ BOOT_DIST5= ghc-${PORTVERSION}-i386-unknown-freebsd5-boot${EXTRACT_SUFX}:boot
USE_BZIP2= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
DISTFILES= ${SRC_DIST}
.if ${OSVERSION} < 500000