summaryrefslogtreecommitdiff
path: root/security/gpgme
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2018-10-11 17:49:26 +0000
committerspz <spz@pkgsrc.org>2018-10-11 17:49:26 +0000
commit73abda77c166933b29c32719e2b71fe715dde049 (patch)
tree6552bfbdf63fecd7e8314f862fea8bf13639af10 /security/gpgme
parent9e357c0331249f85a75d1c5e8051ef18c5132113 (diff)
downloadpkgsrc-73abda77c166933b29c32719e2b71fe715dde049.tar.gz
this gpgme wants gpgrt_calloc etc that are introduced with libgpg-error 1.28
Diffstat (limited to 'security/gpgme')
-rw-r--r--security/gpgme/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 0c6d64aee48..02493baf704 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2018/07/04 13:40:34 jperkin Exp $
+# $NetBSD: Makefile,v 1.90 2018/10/11 17:49:26 spz Exp $
DISTNAME= gpgme-1.11.1
CATEGORIES= security
@@ -33,6 +33,6 @@ TEST_TARGET= check
.include "../../mk/pthread.buildlink3.mk"
BUILDLINK_API_DEPENDS.libassuan+= libassuan>=2.0.2
.include "../../security/libassuan2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.17
+BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.28
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"