diff options
author | mat <mat@FreeBSD.org> | 2016-10-03 19:56:38 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-10-03 19:56:38 +0800 |
commit | f70986ee36c170619719a788d12c6b99805e2904 (patch) | |
tree | 608a5b127bd35bb5832c2f8900aa8145c5a7b9b9 /devel | |
parent | 7ba7e075b90c539b045f0393648ef57ecdad6338 (diff) | |
download | freebsd-ports-gnome-f70986ee36c170619719a788d12c6b99805e2904.tar.gz freebsd-ports-gnome-f70986ee36c170619719a788d12c6b99805e2904.tar.zst freebsd-ports-gnome-f70986ee36c170619719a788d12c6b99805e2904.zip |
Fix depends.
Sponsored by: Absolight
Diffstat (limited to 'devel')
-rw-r--r-- | devel/papi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/papi/Makefile b/devel/papi/Makefile index ca1d874a5daa..5ae895cd41d2 100644 --- a/devel/papi/Makefile +++ b/devel/papi/Makefile @@ -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 specific CPU 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 |