git: 34d21f72b725 - main - devel/api-sanity-autotest: fix build

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Apr 24 10:49:00 UTC 2021


The branch main has been updated by amdmi3:

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

commit 34d21f72b725a52e2ac2a846224e3e93e7430799
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-24 10:19:44 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-24 10:46:45 +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


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