Skip to content

Commit

Permalink
devel/api-sanity-autotest: attempt to fix build on package builders.
Browse files Browse the repository at this point in the history
devel/abi-compliance-checker no longer supplies
bin/abi-compliance-checker.pl but it does supply the binary
bin/abi-compliance-checker.
  • Loading branch information
Mark Linimon authored and Mark Linimon committed May 14, 2021
1 parent 3664207 commit 5c10906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/api-sanity-autotest/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 5c10906

Please sign in to comment.