1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Use NOT_FOR_ARCHS

PR:		ports/85991
Submitted by:	leeym
This commit is contained in:
Sergey Skvortsov 2005-09-12 13:25:24 +00:00
parent 7b6bceda42
commit 382e3911fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142531
2 changed files with 2 additions and 9 deletions

View File

@ -26,10 +26,6 @@ CONFIGURE_ARGS= INC="-I${PREFIX}/include"
MAN3= Parallel::Pvm.3
.include <bsd.port.pre.mk>
NOT_FOR_ARCHS= amd64 ia64
.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>
.include <bsd.port.mk>

View File

@ -17,6 +17,3 @@ convenient way for managing parallel tasks and communications without
need for rexec or socket level programming.
WWW: http://search.cpan.org/dist/Parallel-Pvm/
-- Sergey Skvortsov
skv@FreeBSD.org