diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-09-07 20:01:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-09-07 20:01:04 +0000 |
commit | 9b9f79d3e07212befdf20306083698744b03bba4 (patch) | |
tree | 5ef842e28c5cf0cc07f00351894115ceef720812 /devel/hs-hoogle | |
parent | dc150bff2d253c7495e78de205c966dcd7c76b14 (diff) |
Notes
Diffstat (limited to 'devel/hs-hoogle')
-rw-r--r-- | devel/hs-hoogle/Makefile | 8 |
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> |