summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2016-05-17 16:13:32 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2016-05-17 16:13:32 +0000
commit0b500d2ab90b197a236c196a4d04b5b70595f1cf (patch)
tree4012e8270bb2d9c24502dfb50a2d5a45b49dc5fc /security
parentAdd devel/p5-Mojolicious-Plugin-NYTProf, a plugin which collects (diff)
- Fix "properly" RUN_DEPENDS on security/py-acme
Reported by: gahr Approved by: koobs (maintainer)
Notes
Notes: svn path=/head/; revision=415391
Diffstat (limited to 'security')
-rw-r--r--security/py-letsencrypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-letsencrypt/Makefile b/security/py-letsencrypt/Makefile
index 7b120ca0fb5b..bb005d8e7718 100644
--- a/security/py-letsencrypt/Makefile
+++ b/security/py-letsencrypt/Makefile
@@ -14,7 +14,7 @@ COMMENT= Let's Encrypt client
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme==${PKGNAME}:security/py-acme \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme==${PKGVERSION}:security/py-acme \
${PYTHON_PKGNAMEPREFIX}configargparse>=0.9.3:devel/py-configargparse \
${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj \
${PYTHON_PKGNAMEPREFIX}cryptography>=0.7:security/py-cryptography \