aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hoogle
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-09-07 20:01:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-09-07 20:01:04 +0000
commit9b9f79d3e07212befdf20306083698744b03bba4 (patch)
tree5ef842e28c5cf0cc07f00351894115ceef720812 /devel/hs-hoogle
parentdc150bff2d253c7495e78de205c966dcd7c76b14 (diff)
Notes
Diffstat (limited to 'devel/hs-hoogle')
-rw-r--r--devel/hs-hoogle/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/hs-hoogle/Makefile b/devel/hs-hoogle/Makefile
index 2ac4f1f8bc11..4bee480ca3b1 100644
--- a/devel/hs-hoogle/Makefile
+++ b/devel/hs-hoogle/Makefile
@@ -26,4 +26,10 @@ EXECUTABLE= hoogle
PORTDATA= *
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64" && ${OSVERSION} >= 900000
+BROKEN= does not link on FreeBSD 9.X amd64
+.endif
+
+.include <bsd.port.post.mk>