From 0fe1f8807dcab58361bd21e9489e2032ba03442e Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Wed, 7 Jun 2023 23:58:37 +0100 Subject: [PATCH] security/py-certbot-dns-standalone: Fix RUN_DEPENDS version limits Fix an error in the port: include the Makefile where ${ACME_VERSION} is defined. PR: 271889 --- security/py-certbot-dns-standalone/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/py-certbot-dns-standalone/Makefile b/security/py-certbot-dns-standalone/Makefile index 78f03c46c2120..8d3e111893092 100644 --- a/security/py-certbot-dns-standalone/Makefile +++ b/security/py-certbot-dns-standalone/Makefile @@ -21,4 +21,5 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +.include "${.CURDIR}/../py-acme/version.mk" .include