diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-11-08 18:57:00 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-11-08 18:57:00 +0000 |
commit | 2bf27373327c9fb50709f0c6c445f95cf0a2a65f (patch) | |
tree | 7b54f84e1011da7f5ce9fbc0d12231a107ad2355 /security | |
parent | c80f3d4c0678c9cadfe180608d5bd096dd712b7d (diff) | |
download | ports-2bf27373327c9fb50709f0c6c445f95cf0a2a65f.tar.gz ports-2bf27373327c9fb50709f0c6c445f95cf0a2a65f.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/keepassxc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile index fe6cfab716cd..0f9650174679 100644 --- a/security/keepassxc/Makefile +++ b/security/keepassxc/Makefile @@ -2,6 +2,7 @@ PORTNAME= keepassxc DISTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/keepassxreboot/keepassxc/releases/download/${DISTVERSION}/${PORTNAME}-${DISTVERSION}-src.tar.xz?dummy=/ @@ -45,7 +46,7 @@ BROWSER_DESC= Browser integration with KeePassXC-Browser KEESHARE_CMAKE_BOOL= WITH_XC_KEESHARE WITH_XC_KEESHARE_SECURE KEESHARE_DESC= Sharing integration with KeeShare -KEESHARE_LIB_DEPENDS= libquazip5.so:archivers/quazip +KEESHARE_LIB_DEPENDS= libquazip1-qt5.so:archivers/quazip # Legacy/Deprecated. NETWORKING_CMAKE_BOOL= WITH_XC_NETWORKING |