aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2017-02-15 14:14:55 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2017-02-15 14:14:55 +0000
commitfe7182def87aefd4058c9dce9dd401b2ca3d9c12 (patch)
tree207733103159c812ac452f94ff2e637487efa8cb /net
parentc97b8372b2d2b01ced1b268317776fa47810cc39 (diff)
downloadports-fe7182def87aefd4058c9dce9dd401b2ca3d9c12.tar.gz
ports-fe7182def87aefd4058c9dce9dd401b2ca3d9c12.zip
- Port uses libpvm3.so. Adjust dependencies.
- Remove -fPIC. The problem is not in this port but in libgpvm3 from net/pvm. Fixed in r434163. - Allow building on amd64 now that net/pvm provides shared libraries.
Notes
Notes: svn path=/head/; revision=434165
Diffstat (limited to 'net')
-rw-r--r--net/p5-Parallel-Pvm/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/p5-Parallel-Pvm/Makefile b/net/p5-Parallel-Pvm/Makefile
index 5c4d4baea6d3..9c8517f4bc26 100644
--- a/net/p5-Parallel-Pvm/Makefile
+++ b/net/p5-Parallel-Pvm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Parallel-Pvm
PORTVERSION= 1.4.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,8 +11,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for the Parallel Virtual Machine (PVM)
-BUILD_DEPENDS= pvm:net/pvm
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+LIB_DEPENDS= libpvm3.so:net/pvm
USES= perl5
USE_PERL5= configure
@@ -20,8 +19,4 @@ PVM_ROOT= ${LOCALBASE}/lib/pvm
CONFIGURE_ENV= PVM_ROOT="${PVM_ROOT}" PVM_ARCH="${PVM_ROOT}/lib/pvmgetarch"
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include"
-NOT_FOR_ARCHS= amd64
-
-CFLAGS_aarch64= -fPIC
-
.include <bsd.port.mk>