diff options
author | danilo <danilo@FreeBSD.org> | 2015-12-19 07:02:56 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2015-12-19 07:02:56 +0800 |
commit | 2c212af11b03b91dfa35c0cee9b8ae6c289b0715 (patch) | |
tree | 6af77c9ce2d3c6b18b1ed12441287531878c9c43 /net | |
parent | 37e938bd036c1b2cf0ba042e816ebcc3b806484f (diff) | |
download | freebsd-ports-gnome-2c212af11b03b91dfa35c0cee9b8ae6c289b0715.tar.gz freebsd-ports-gnome-2c212af11b03b91dfa35c0cee9b8ae6c289b0715.tar.zst freebsd-ports-gnome-2c212af11b03b91dfa35c0cee9b8ae6c289b0715.zip |
- Switch to USES=execinfo
PR: 205403
Submitted by: pawel
Diffstat (limited to 'net')
-rw-r--r-- | net/openmpi/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index 2404d35a4704..e2b9cabaeb9d 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -11,14 +11,13 @@ MASTER_SITES= http://www.open-mpi.org/software/ompi/v${PORTVERSION:R}/downloads/ MAINTAINER= danilo@FreeBSD.org COMMENT= High Performance Message Passing Library -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ - libhwloc.so:${PORTSDIR}/devel/hwloc \ +LIB_DEPENDS= libhwloc.so:${PORTSDIR}/devel/hwloc \ libltdl.so:${PORTSDIR}/devel/libltdl HAS_CONFIGURE= yes INSTALL_TARGET= install-strip # :keepla because port uses lt_dlopen -USES= fortran gmake libtool:keepla perl5 pkgconfig tar:bzip2 +USES= execinfo fortran gmake libtool:keepla perl5 pkgconfig tar:bzip2 USE_PERL5= build MPIBASE?= mpi |