summaryrefslogtreecommitdiff
path: root/security/pinentry/Makefile
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2004-10-24 08:58:01 +0000
committershannonjr <shannonjr@pkgsrc.org>2004-10-24 08:58:01 +0000
commitda7b526f6f1a32587f1b2b1711b5aba3d2d2f517 (patch)
tree6fc4e2a45db9a1e9c0eb051d634a509fd5e3915e /security/pinentry/Makefile
parent03ca6c94749f346e7d2ad0cedfefcf69b9fa1cf9 (diff)
downloadpkgsrc-da7b526f6f1a32587f1b2b1711b5aba3d2d2f517.tar.gz
Set the minimum version of libgpg-error required correctly.
Diffstat (limited to 'security/pinentry/Makefile')
-rw-r--r--security/pinentry/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index 5c6ffd29ce0..1465e49d4d2 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2004/10/23 13:30:10 shannonjr Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/24 08:58:01 shannonjr Exp $
#
DISTNAME= pinentry-0.7.1
@@ -28,7 +28,7 @@ post-install:
${ECHO} "bin/pinentry-gtk" >>${PLIST_SRC}
.endif
-BUILDLINK_DEPENDS.libgpg-erro>= 1.0.0
+BUILDLINK_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../security/libksba/buildlink3.mk"
.if !empty(PKG_OPTIONS:Mqt)