Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 2015 23:02:56 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403991 - head/net/openmpi
Message-ID:  <201512182302.tBIN2uqb060774@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Fri Dec 18 23:02:56 2015
New Revision: 403991
URL: https://svnweb.freebsd.org/changeset/ports/403991

Log:
  - Switch to USES=execinfo
  
  PR:		205403
  Submitted by:	pawel

Modified:
  head/net/openmpi/Makefile

Modified: head/net/openmpi/Makefile
==============================================================================
--- head/net/openmpi/Makefile	Fri Dec 18 23:01:54 2015	(r403990)
+++ head/net/openmpi/Makefile	Fri Dec 18 23:02:56 2015	(r403991)
@@ -11,14 +11,13 @@ MASTER_SITES=	http://www.open-mpi.org/so
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512182302.tBIN2uqb060774>