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

Mark as broken due to install failure (but special-case ia64 which does

not even get that far).

Hat:		portmgr
This commit is contained in:
Mark Linimon 2006-07-15 21:46:40 +00:00
parent 4fbe366d7f
commit f181e90f41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167932

View File

@ -80,4 +80,12 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
BROKEN= fails to install
.if ${ARCH}==ia64
BROKEN= does not compile on ${ARCH} due to coredump
.endif
.include <bsd.port.post.mk>