git: 4235be66023d - main - biology/seqan3: Correct dependencies

Yuri Victorovich yuri at FreeBSD.org
Wed May 12 05:46:32 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4235be66023db75f025d983c5096422a01499a87

commit 4235be66023db75f025d983c5096422a01499a87
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-12 05:45:39 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-12 05:46:21 +0000

    biology/seqan3: Correct dependencies
---
 biology/seqan3/Makefile | 6 +++---
 1 file 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 at 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
 


More information about the dev-commits-ports-all mailing list