1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

science/ALPSCore: Fix OPENMPI2 spelling after r500723

This commit is contained in:
Tobias Kortkamp 2019-05-04 11:02:15 +00:00
parent 60f098678a
commit 9b8c35db19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500803

View File

@ -43,7 +43,7 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MOPENMP2}
.if ${PORT_OPTIONS:MOPENMPI2}
CC= ${LOCALBASE}/mpi/openmpi2/bin/mpicc
CXX= ${LOCALBASE}/mpi/openmpi2/bin/mpicxx
.endif