Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2021 05:46:31 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4235be66023d - main - biology/seqan3: Correct dependencies
Message-ID:  <202105120546.14C5kVMC025797@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit 4235be66023db75f025d983c5096422a01499a87
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-12 05:45:39 +0000
Commit:     Yuri Victorovich <yuri@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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105120546.14C5kVMC025797>