1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Mark BROKEN on amd64/9: does not link

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2011-09-07 20:01:04 +00:00
parent dc150bff2d
commit 9b9f79d3e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281396

View File

@ -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>