diff options
author | nia <nia@pkgsrc.org> | 2019-10-29 15:46:54 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-10-29 15:46:54 +0000 |
commit | b0f9b62aaf948357cd4e3c04d8aef7a4ed8c946b (patch) | |
tree | 86716236239228152d1dd1854d950c0f6b95cfb2 /security/keepassxc/Makefile | |
parent | 8a31b7bda9995e7ba1a755360de88bb0084ba6ee (diff) | |
download | pkgsrc-b0f9b62aaf948357cd4e3c04d8aef7a4ed8c946b.tar.gz |
keepassxc: Add SUPERSEDES
Diffstat (limited to 'security/keepassxc/Makefile')
-rw-r--r-- | security/keepassxc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile index 87084c59753..10d87d92042 100644 --- a/security/keepassxc/Makefile +++ b/security/keepassxc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/09/18 14:17:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.15 2019/10/29 15:46:54 nia Exp $ DISTNAME= keepassxc-${GITHUB_RELEASE}-src PKGNAME= ${DISTNAME:S/-src//} @@ -14,6 +14,9 @@ HOMEPAGE= https://keepassxc.org/ COMMENT= Password generator and manager LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 AND gnu-lgpl-v2 AND gnu-lgpl-v3 AND mit AND cc0-1.0-universal +SUPERSEDES+= keepassx-[0-9]* +SUPERSEDES+= keepassx0-[0-9]* + WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} .if exists(/usr/lib/libjemalloc.so) |