diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-02-19 14:50:29 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-02-19 14:50:29 +0000 |
commit | e3a67710c20b0f52dd63ddcf9b4dffa97f00e1fb (patch) | |
tree | 4e1defe6ea8530af52e1703cebad84d0601f0c03 /sysutils/password-store/Makefile | |
parent | b1f1090c6f8ef0c5bbd564d5a73e2bbeb76869d5 (diff) | |
download | ports-e3a67710c20b0f52dd63ddcf9b4dffa97f00e1fb.tar.gz ports-e3a67710c20b0f52dd63ddcf9b4dffa97f00e1fb.zip |
Notes
Diffstat (limited to 'sysutils/password-store/Makefile')
-rw-r--r-- | sysutils/password-store/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/password-store/Makefile b/sysutils/password-store/Makefile index b9325cc4dadd..c46ee8484f67 100644 --- a/sysutils/password-store/Makefile +++ b/sysutils/password-store/Makefile @@ -11,7 +11,7 @@ COMMENT= Stores, retrieves, generates, and synchronizes passwords securely LICENSE= GPLv2 -RUN_DEPENDS= bash>=0:${PORTSDIR}/shells/bash \ +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ getopt>=0:${PORTSDIR}/misc/getopt \ gnupg>=2:${PORTSDIR}/security/gnupg \ pwgen>=0:${PORTSDIR}/sysutils/pwgen \ |