From 5c10906c41df785c63ac430e168e8becf8a04a94 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 14 May 2021 16:52:57 -0500 Subject: [PATCH] devel/api-sanity-autotest: attempt to fix build on package builders. devel/abi-compliance-checker no longer supplies bin/abi-compliance-checker.pl but it does supply the binary bin/abi-compliance-checker. --- 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 3abbfea02a4b0..cbaaca704b694 100644 --- a/devel/api-sanity-autotest/Makefile +++ b/devel/api-sanity-autotest/Makefile @@ -21,7 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= lvc .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING) -BUILD_DEPENDS= ${LOCALBASE}/bin/abi-compliance-checker.pl:devel/abi-compliance-checker +BUILD_DEPENDS= ${LOCALBASE}/bin/abi-compliance-checker:devel/abi-compliance-checker .else USE_PERL5= run .endif