Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2024 18:20:41 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: 887d1d7320f8 - main - science/agrum: Add swig as test dependency
Message-ID:  <202406241820.45OIKfpH057196@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=887d1d7320f827c102320d8b98b7f409dd87b245

commit 887d1d7320f827c102320d8b98b7f409dd87b245
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-24 18:18:19 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-24 18:20:28 +0000

    science/agrum: Add swig as test dependency
---
 science/agrum/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/science/agrum/Makefile b/science/agrum/Makefile
index 2facdf075056..6b62ec7ea34e 100644
--- a/science/agrum/Makefile
+++ b/science/agrum/Makefile
@@ -9,6 +9,8 @@ WWW=		https://agrum.gitlab.io/
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+TEST_DEPENDS=	swig:devel/swig
+
 USES=		cmake compiler:c++20-lang shebangfix # the 'act' executable uses 'python' and is broken, when act is broken CMakeLists.txt builds with default configuration which is fine
 USE_LDCONFIG=	yes
 



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