diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-04-19 09:49:02 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-04-19 09:49:02 +0000 |
commit | 794fcc74bd8fced99f6a09840d3e4478c3230493 (patch) | |
tree | 340936c7bee5d0b1a767c5f350d166791e955a7e /biology | |
parent | 8d195d23e02f6b5069402dd0865f59e42af78620 (diff) | |
download | ports-794fcc74bd8fced99f6a09840d3e4478c3230493.tar.gz ports-794fcc74bd8fced99f6a09840d3e4478c3230493.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/hhsuite/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/biology/hhsuite/Makefile b/biology/hhsuite/Makefile index 1130bb4ced3c..988e946f66b5 100644 --- a/biology/hhsuite/Makefile +++ b/biology/hhsuite/Makefile @@ -3,7 +3,7 @@ PORTNAME= hhsuite DISTVERSIONPREFIX= v DISTVERSION= 3.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= biology science MAINTAINER= yuri@FreeBSD.org @@ -12,8 +12,7 @@ COMMENT= Remote protein homology detection suite LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= openmpi>0:net/openmpi -RUN_DEPENDS= openmpi>0:net/openmpi +LIB_DEPENDS= libmpi.so:net/openmpi USES= cmake compiler:c++11-lang perl5 python shebangfix SHEBANG_GLOB= *.pl *.py |