diff options
-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 |