Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2021 02:52:07 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: caced2ad007d - main - biology/seqan3: Add dependency math/lemon
Message-ID:  <202105120252.14C2q7rb097911@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=caced2ad007d760ef52e0488bfc8565d03b710b2

commit caced2ad007d760ef52e0488bfc8565d03b710b2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-12 02:51:37 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-12 02:51:37 +0000

    biology/seqan3: Add dependency math/lemon
---
 biology/seqan3/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/biology/seqan3/Makefile b/biology/seqan3/Makefile
index 09dc6766ff68..00e944073c93 100644
--- a/biology/seqan3/Makefile
+++ b/biology/seqan3/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	seqan3
 DISTVERSION=	3.0.2-1195
 DISTVERSIONSUFFIX=	-gee0dbcad
+PORTREVISION=	1
 CATEGORIES=	biology devel math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -13,6 +14,7 @@ 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
 
 USES=		cmake localbase
 



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