diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-04-21 21:47:57 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-04-21 21:47:57 +0000 |
commit | 84c1b608fdfe128c5e4cde433394a08937117b7c (patch) | |
tree | 5a2e941eafcf7a5c200ae22be111e12bcd066f21 /biology/mrbayes | |
parent | 7c63faf2ac26ce5592fdf75d29879245a6c04476 (diff) | |
download | ports-84c1b608fdfe128c5e4cde433394a08937117b7c.tar.gz ports-84c1b608fdfe128c5e4cde433394a08937117b7c.zip |
Notes
Diffstat (limited to 'biology/mrbayes')
-rw-r--r-- | biology/mrbayes/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/biology/mrbayes/Makefile b/biology/mrbayes/Makefile index e3b297f2b6c6..7c4e0a7a537e 100644 --- a/biology/mrbayes/Makefile +++ b/biology/mrbayes/Makefile @@ -4,7 +4,7 @@ PORTNAME= mrbayes DISTVERSIONPREFIX= v DISTVERSION= 3.2.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MAINTAINER= mzaki@e-mail.ne.jp @@ -41,9 +41,9 @@ FMA_CONFIGURE_OFF= --disable-fma MPICH_LIB_DEPENDS= libmpich.so:net/mpich MPICH_CONFIGURE_ON= --with-mpi MPICH_CONFIGURE_ENV= CC="${LOCALBASE}/bin/mpicc" -OPENMPI_LIB_DEPENDS= libmpi.so:net/openmpi3 +OPENMPI_LIB_DEPENDS= libmpi.so:net/openmpi OPENMPI_CONFIGURE_ON= --with-mpi -OPENMPI_CONFIGURE_ENV= CC="${LOCALBASE}/mpi/openmpi3/bin/mpicc" +OPENMPI_CONFIGURE_ENV= CC="${LOCALBASE}/mpi/openmpi/bin/mpicc" SSE_CONFIGURE_OFF= --disable-sse .include <bsd.port.mk> |