summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2020-01-27 12:56:38 +0000
committerpho <pho@pkgsrc.org>2020-01-27 12:56:38 +0000
commit17dcdfa0d9662f8a71a60c4379da7698fd39af13 (patch)
treeb79af18aa2b1149f699128872de57426203a8a74 /security
parent572edeba08e31214d3b23e9085dbd81504ca5deb (diff)
downloadpkgsrc-17dcdfa0d9662f8a71a60c4379da7698fd39af13.tar.gz
Add missing dependency on converters/base64
Diffstat (limited to 'security')
-rw-r--r--security/password-store/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/password-store/Makefile b/security/password-store/Makefile
index 26d06833bf8..535d677e96f 100644
--- a/security/password-store/Makefile
+++ b/security/password-store/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2018/09/23 12:39:19 leot Exp $
+# $NetBSD: Makefile,v 1.12 2020/01/27 12:56:38 pho Exp $
DISTNAME= password-store-1.7.3
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/
EXTRACT_SUFX= .tar.xz
@@ -15,6 +15,7 @@ USE_LANGUAGES= # none
NO_BUILD= yes
USE_TOOLS+= gmake pax bash:run
+DEPENDS+= base64>=1.5:../../converters/base64
DEPENDS+= getopt>=1.1.6:../../misc/getopt
DEPENDS+= gnupg2>=2.0.26:../../security/gnupg2
DEPENDS+= tree>=1.7.0:../../sysutils/tree