diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-09-29 13:27:07 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-09-29 13:27:07 +0000 |
commit | 6c8f6e451a04a6ed6e86f3d65e80cd9773476cf7 (patch) | |
tree | d2b94287ece0f7cae712edae2d419f49c9cf12a8 /sysutils/password-store | |
parent | edee8865adcb5e8900f3c0524784ec74953214ac (diff) | |
download | ports-6c8f6e451a04a6ed6e86f3d65e80cd9773476cf7.tar.gz ports-6c8f6e451a04a6ed6e86f3d65e80cd9773476cf7.zip |
Notes
Diffstat (limited to 'sysutils/password-store')
-rw-r--r-- | sysutils/password-store/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/password-store/Makefile b/sysutils/password-store/Makefile index 9b11a69d05d6..494d07c635d2 100644 --- a/sysutils/password-store/Makefile +++ b/sysutils/password-store/Makefile @@ -2,7 +2,7 @@ PORTNAME= password-store PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/ @@ -11,7 +11,8 @@ COMMENT= Stores, retrieves, generates, and synchronizes passwords securely LICENSE= GPLv2 -RUN_DEPENDS= gnupg>=2:${PORTSDIR}/security/gnupg \ +RUN_DEPENDS= bash>=0:${PORTSDIR}/shells/bash \ + gnupg>=2:${PORTSDIR}/security/gnupg \ pwgen>=0:${PORTSDIR}/sysutils/pwgen \ tree>=0:${PORTSDIR}/sysutils/tree |