aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-05-12 05:45:39 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-05-12 05:46:21 +0000
commit4235be66023db75f025d983c5096422a01499a87 (patch)
tree25123f6fdf716bce1a8eab7d2dc27573ad8191cb
parentc0cd4bf7e6ee39e461cd345144ca5bbfabb070d6 (diff)
downloadports-4235be66023db75f025d983c5096422a01499a87.tar.gz
ports-4235be66023db75f025d983c5096422a01499a87.zip
biology/seqan3: Correct dependencies
-rw-r--r--biology/seqan3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/biology/seqan3/Makefile b/biology/seqan3/Makefile
index 00e944073c93..b554bfa2b6e0 100644
--- a/biology/seqan3/Makefile
+++ b/biology/seqan3/Makefile
@@ -1,7 +1,7 @@
PORTNAME= seqan3
DISTVERSION= 3.0.2-1195
DISTVERSIONSUFFIX= -gee0dbcad
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= biology devel math
MAINTAINER= yuri@FreeBSD.org
@@ -11,10 +11,10 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
HPP_DEPENDS= cereal>0:devel/cereal \
- coin-or-lemon>0:math/lemon \
range-v3>0:devel/range-v3
BUILD_DEPENDS= ${HPP_DEPENDS}
-RUN_DEPENDS= ${LOCALBASE}/include/lemon/config.h:math/lemon
+RUN_DEPENDS= ${HPP_DEPENDS} \
+ coin-or-lemon>0:math/lemon
USES= cmake localbase