diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 20:31:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 20:31:50 +0000 |
commit | 61b712f7ca0708aeaf3c8262c0291648f784a211 (patch) | |
tree | 37490b07f02b45facdeddc1587a902a773200fc9 /net/openmpi | |
parent | 51213ba458d74f52d0453cd51fca2403b6f2f324 (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326545
Diffstat (limited to 'net/openmpi')
-rw-r--r-- | net/openmpi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index cc95cf8d0c48..b047ef23551c 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ USE_BZIP2= yes HAS_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig MPIBASE?= mpi MPIDIR?= ${MPIBASE}/${UNIQUENAME} |