svn commit: r423185 - head/devel/papi

Mathieu Arnold mat at FreeBSD.org
Mon Oct 3 11:56:39 UTC 2016


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


More information about the svn-ports-head mailing list