BROKEN on amd64 and ia64: pvm port needs to provide shared libraries

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

View File

@ -32,6 +32,12 @@ PORTDOCS= ChangeLog \
README
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
BROKEN= "pvm port needs to provide shared libraries"
.endif
post-install:
${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${EXAMPLEFILES:S|^|${WRKSRC}/|} ${EXAMPLESDIR}
@ -40,4 +46,4 @@ post-install:
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>