diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-22 17:40:41 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-22 17:40:41 +0000 |
commit | 607fe7ab866b2dd2d18e099f5c68e718a3fad7a9 (patch) | |
tree | be52eb04866ee01496b23257b0332af1712d318f /math/petiga/Makefile | |
parent | be88507da6f1e9f50bbfdb380959ca5a49dcf915 (diff) | |
download | ports-607fe7ab866b2dd2d18e099f5c68e718a3fad7a9.tar.gz ports-607fe7ab866b2dd2d18e099f5c68e718a3fad7a9.zip |
Notes
Diffstat (limited to 'math/petiga/Makefile')
-rw-r--r-- | math/petiga/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/petiga/Makefile b/math/petiga/Makefile index aa272a9d4ac6..deb017604a12 100644 --- a/math/petiga/Makefile +++ b/math/petiga/Makefile @@ -2,7 +2,7 @@ PORTNAME= petiga DISTVERSION= g20180518 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.rst LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack \ - libmpich.so:net/mpich2 \ + libmpich.so:net/mpich \ libpetsc.so:science/PETSc BB_ACCOUNT= dalcinl |