diff options
Diffstat (limited to 'math/slepc/Makefile')
-rw-r--r-- | math/slepc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/slepc/Makefile b/math/slepc/Makefile index 7b2ecbca6ab8..e7e80a1653a1 100644 --- a/math/slepc/Makefile +++ b/math/slepc/Makefile @@ -2,7 +2,7 @@ PORTNAME= slepc DISTVERSION= 3.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math devel MASTER_SITES= http://slepc.upv.es/download/distrib/ @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack \ - libmpich.so:net/mpich2 \ + libmpich.so:net/mpich \ libpetsc.so:science/PETSc USES= gmake fortran python:2.7 shebangfix |