git: 0fe1f8807dca - main - security/py-certbot-dns-standalone: Fix RUN_DEPENDS version limits

From: Matthew Seaman <matthew_at_FreeBSD.org>
Date: Wed, 07 Jun 2023 23:01:02 UTC
The branch main has been updated by matthew:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0fe1f8807dcab58361bd21e9489e2032ba03442e

commit 0fe1f8807dcab58361bd21e9489e2032ba03442e
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2023-06-07 22:58:37 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2023-06-07 22:58:37 +0000

    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 78f03c46c212..8d3e11189309 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 <bsd.port.mk>