svn commit: r500803 - head/science/ALPSCore

Tobias Kortkamp tobik at FreeBSD.org
Sat May 4 11:02:16 UTC 2019


Author: tobik
Date: Sat May  4 11:02:15 2019
New Revision: 500803
URL: https://svnweb.freebsd.org/changeset/ports/500803

Log:
  science/ALPSCore: Fix OPENMPI2 spelling after r500723

Modified:
  head/science/ALPSCore/Makefile

Modified: head/science/ALPSCore/Makefile
==============================================================================
--- head/science/ALPSCore/Makefile	Sat May  4 10:30:27 2019	(r500802)
+++ head/science/ALPSCore/Makefile	Sat May  4 11:02:15 2019	(r500803)
@@ -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


More information about the svn-ports-all mailing list