aboutsummaryrefslogtreecommitdiff
path: root/science/fvcom-mpi
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-04-12 23:58:02 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-04-12 23:58:02 +0000
commit1aedcc9d8ad354681aa4aefd50e0d75cee567f59 (patch)
tree7e8a8f79508e1c199c7c917e6812b741491f08a0 /science/fvcom-mpi
parentda0b4a9f33b66f4bc713191542996a881913d4d2 (diff)
downloadports-1aedcc9d8ad354681aa4aefd50e0d75cee567f59.tar.gz
ports-1aedcc9d8ad354681aa4aefd50e0d75cee567f59.zip
- Support staging
- Convert LIB_DEPENDS to new syntax Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=351162
Diffstat (limited to 'science/fvcom-mpi')
-rw-r--r--science/fvcom-mpi/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/science/fvcom-mpi/Makefile b/science/fvcom-mpi/Makefile
index ec384ff66b7d..1ff483e939a0 100644
--- a/science/fvcom-mpi/Makefile
+++ b/science/fvcom-mpi/Makefile
@@ -5,12 +5,11 @@ PKGNAMESUFFIX= -mpi
MAINTAINER= jwbacon@tds.net
-LIB_DEPENDS+= mpi:${PORTSDIR}/net/openmpi
+LIB_DEPENDS+= libmpi.so:${PORTSDIR}/net/openmpi
MASTERDIR= ${.CURDIR}/../fvcom
MAKE_ARGS+= FC=${LOCALBASE}/mpi/openmpi/bin/mpif90 \
PORT_CPP_FLAGS+=-DMULTIPROCESSOR
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"