Date: Mon, 3 Oct 2016 11:56:38 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423185 - head/devel/papi Message-ID: <201610031156.u93BucES093337@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Oct 3 11:56:38 2016 New Revision: 423185 URL: https://svnweb.freebsd.org/changeset/ports/423185 Log: Fix depends. Sponsored by: Absolight Modified: head/devel/papi/Makefile (contents, props changed) Modified: head/devel/papi/Makefile ============================================================================== --- head/devel/papi/Makefile Mon Oct 3 11:12:16 2016 (r423184) +++ head/devel/papi/Makefile Mon Oct 3 11:56:38 2016 (r423185) @@ -3,6 +3,7 @@ PORTNAME= papi PORTVERSION= 5.4.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://icl.cs.utk.edu/projects/papi/downloads/ @@ -21,7 +22,7 @@ NO_PACKAGE= Needs to be compiled for spe STRIP= # empty USE_LDCONFIG= yes -BUILD_DEPENDS+= mpicc:net/mpich2 +LIB_DEPENDS+= libopa.so:net/mpich2 USES= fortran gmake pkgconfig GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610031156.u93BucES093337>