aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2023-06-07 22:58:37 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2023-06-07 22:58:37 +0000
commit0fe1f8807dcab58361bd21e9489e2032ba03442e (patch)
treeab094a0097abf5f1353eba9b122dfe7dc49b6091
parentc69de36d0e8d18710b99af0b08a36a52055d37b9 (diff)
downloadports-0fe1f8807dcab58361bd21e9489e2032ba03442e.tar.gz
ports-0fe1f8807dcab58361bd21e9489e2032ba03442e.zip
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
-rw-r--r--security/py-certbot-dns-standalone/Makefile1
1 files changed, 1 insertions, 0 deletions
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>