diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-26 18:45:52 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-26 18:45:52 +0000 |
commit | 0661888397fbd4b52e142a64a8ac4c6ed594cd23 (patch) | |
tree | b81fda843fe6959b8d7eab5306186c9d961e0ed7 /net/openmpi | |
parent | c2f6f44afb15a912a100eac8b3e372cf45476cc1 (diff) | |
download | ports-0661888397fbd4b52e142a64a8ac4c6ed594cd23.tar.gz ports-0661888397fbd4b52e142a64a8ac4c6ed594cd23.zip |
Notes
Diffstat (limited to 'net/openmpi')
-rw-r--r-- | net/openmpi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index fd61625fdeb3..7405ec5645db 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -20,7 +20,8 @@ CONFLICTS= openmpi-devel-1.7.* HAS_CONFIGURE= yes INSTALL_TARGET= install-strip # :keepla because port uses lt_dlopen -USES= fortran gmake libtool:keepla pkgconfig tar:bzip2 +USES= fortran gmake libtool:keepla perl5 pkgconfig tar:bzip2 +USE_PERL5= build MPIBASE?= mpi MPIDIR?= ${MPIBASE}/${UNIQUENAME} |