diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-07 04:31:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-07 04:31:50 +0800 |
commit | 9128609dfa8c12f87b1d8dcb16daffb509696302 (patch) | |
tree | 37490b07f02b45facdeddc1587a902a773200fc9 /net | |
parent | aa0b036852eb03b64fb5eb45d30d3b217a28ee79 (diff) | |
download | freebsd-ports-gnome-9128609dfa8c12f87b1d8dcb16daffb509696302.tar.gz freebsd-ports-gnome-9128609dfa8c12f87b1d8dcb16daffb509696302.tar.zst freebsd-ports-gnome-9128609dfa8c12f87b1d8dcb16daffb509696302.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'net')
-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} |