Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Apr 2021 10:49:00 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 34d21f72b725 - main - devel/api-sanity-autotest: fix build
Message-ID:  <202104241049.13OAn01f088589@gitrepo.freebsd.org>

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

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

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



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