aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-05-14 21:52:57 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-05-14 21:52:57 +0000
commit5c10906c41df785c63ac430e168e8becf8a04a94 (patch)
tree8fc77bd6137dc053d00ae09a0404ba79c303326f
parent3664207c1f1a0fe6832ba6d240730761a8a3452b (diff)
downloadports-5c10906c41df785c63ac430e168e8becf8a04a94.tar.gz
ports-5c10906c41df785c63ac430e168e8becf8a04a94.zip
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.
-rw-r--r--devel/api-sanity-autotest/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/api-sanity-autotest/Makefile b/devel/api-sanity-autotest/Makefile
index 3abbfea02a4b..cbaaca704b69 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