diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-05-30 10:07:22 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-05-30 10:07:22 +0000 |
commit | 2d80c7540860a8ef0c5e64613f0842835a4a4820 (patch) | |
tree | 3ea0bca311d855dcccb07025be18305907b2fbb2 | |
parent | net-p2p/retroshare: prepare for Qt5-5.15 (diff) |
sysutils/password-store: fix package name for QRENCODE option
Reported by: tcberner
MFH: 2020Q2
Notes
Notes:
svn path=/head/; revision=537073
-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 d7463f9a73d8..d155dfd315f9 100644 --- a/sysutils/password-store/Makefile +++ b/sysutils/password-store/Makefile @@ -35,7 +35,7 @@ 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 +QRENCODE_RUN_DEPENDS= libqrencode>=0:graphics/libqrencode SUB_FILES= pass |