1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

BROKEN on ia64: Needs pvm shared libraries

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-03-27 02:02:05 +00:00
parent 5ed0d13ecc
commit 9ccbf5a922
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132069

View File

@ -28,8 +28,8 @@ MAN3= Parallel::Pvm.3
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (pvm needs to provide shared libraries)"
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
BROKEN= "Does not build on amd64 or ia64 (pvm needs to provide shared libraries)"
.endif
.include <bsd.port.post.mk>