Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2021 15:17:13 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: fb418298da62 - 2021Q2 - devel/api-sanity-autotest: fix build
Message-ID:  <202104261517.13QFHDLw073138@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by amdmi3:

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

commit fb418298da62d43e37a121c872f3972fa205247c
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-04-24 10:19:44 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-04-26 14:48:44 +0000

    devel/api-sanity-autotest: fix build
---
 devel/api-sanity-autotest/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/api-sanity-autotest/Makefile b/devel/api-sanity-autotest/Makefile
index a5e40defedbc..3abbfea02a4b 100644
--- a/devel/api-sanity-autotest/Makefile
+++ b/devel/api-sanity-autotest/Makefile
@@ -13,7 +13,7 @@ LICENSE=	LGPL20 GPLv2
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${LOCALBASE}/bin/abi-compliance-checker.pl:devel/abi-compliance-checker
+RUN_DEPENDS=	${LOCALBASE}/bin/abi-compliance-checker:devel/abi-compliance-checker
 
 USES=		perl5 shebangfix
 SHEBANG_FILES=	${PORTNAME}.pl



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