diff options
author | cpm <cpm@FreeBSD.org> | 2016-05-18 00:13:32 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2016-05-18 00:13:32 +0800 |
commit | 24f87d8709f65b8f814b1decb0cd7057ed7063b4 (patch) | |
tree | 4012e8270bb2d9c24502dfb50a2d5a45b49dc5fc /security | |
parent | 41c0c76c07cd872e8968b6f75c8c9c48f378ba9d (diff) | |
download | freebsd-ports-gnome-24f87d8709f65b8f814b1decb0cd7057ed7063b4.tar.gz freebsd-ports-gnome-24f87d8709f65b8f814b1decb0cd7057ed7063b4.tar.zst freebsd-ports-gnome-24f87d8709f65b8f814b1decb0cd7057ed7063b4.zip |
- Fix "properly" RUN_DEPENDS on security/py-acme
Reported by: gahr
Approved by: koobs (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/py-letsencrypt/Makefile | 2 |
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 \ |