diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-05-14 12:57:42 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-05-14 12:57:42 +0000 |
commit | c2b5bde1fb179c294decea6cbc9ec3f5905e5e8c (patch) | |
tree | 11bb04209af98891298746308ec4051227593460 /sysutils | |
parent | a201de8ee60897927b850f1d4d8accfa0a476504 (diff) | |
download | ports-c2b5bde1fb179c294decea6cbc9ec3f5905e5e8c.tar.gz ports-c2b5bde1fb179c294decea6cbc9ec3f5905e5e8c.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/password-store/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/password-store/Makefile b/sysutils/password-store/Makefile index 010e9f8a27ac..60c6e75c3f64 100644 --- a/sysutils/password-store/Makefile +++ b/sysutils/password-store/Makefile @@ -2,6 +2,7 @@ PORTNAME= password-store PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/ @@ -14,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= bash:shells/bash \ getopt>=0:misc/getopt \ gnupg>=2:security/gnupg \ - pwgen>=0:sysutils/pwgen \ tree>=1.7:sysutils/tree NO_ARCH= yes @@ -32,6 +32,7 @@ QRENCODE_DESC= Enable QR code support GIT_RUN_DEPENDS= git>=0:devel/git XCLIP_RUN_DEPENDS= base64>=0:converters/base64 \ xclip>=0:x11/xclip +CONTRIB_RUN_DEPENDS= pwgen>=0:sysutils/pwgen QRENCODE_RUN_DEPENDS= qrencode>=0:graphics/libqrencode SUB_FILES= pass |