From 2e1ea060fe6981c87bc44879459725dccc672dcc Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 13 May 2023 07:26:50 +0000 Subject: [PATCH] py-certbot-dns-google: fix a typo --- security/py-certbot-dns-google/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/py-certbot-dns-google/Makefile b/security/py-certbot-dns-google/Makefile index 36dd763a97c8..7399665ae475 100644 --- a/security/py-certbot-dns-google/Makefile +++ b/security/py-certbot-dns-google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2023/05/12 09:17:14 adam Exp $ +# $NetBSD: Makefile,v 1.14 2023/05/13 07:26:50 adam Exp $ .include "../../security/py-certbot/Makefile.common" @@ -10,7 +10,7 @@ COMMENT= Google Cloud DNS Authenticator plugin for Certbot DEPENDS+= ${PYPKGPREFIX}-acme>=${CERTBOT_VERSION}:../../security/py-acme DEPENDS+= ${PYPKGPREFIX}-certbot>=${CERTBOT_VERSION}:../../security/py-certbot DEPENDS+= ${PYPKGPREFIX}-google-api-python-client>=1.6.5:../../www/py-google-api-python-client -DEPENDS+= ${PYPKGPREFIX}-google-oautht>=2.16.0:../../security/py-google-auth +DEPENDS+= ${PYPKGPREFIX}-google-auth>=2.16.0:../../security/py-google-auth .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"