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

BROKEN on amd64: pvm port needs to provide shared libraries

This commit is contained in:
Kris Kennaway 2004-05-30 06:58:08 +00:00
parent cc2e67419e
commit b93cbd13d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110358

View File

@ -26,4 +26,10 @@ CONFIGURE_ARGS= INC="-I${PREFIX}/include"
MAN3= Parallel::Pvm.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (pvm needs to provide shared libraries)"
.endif
.include <bsd.port.post.mk>