summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-08-14 19:47:37 +0000
committerwiz <wiz@pkgsrc.org>2011-08-14 19:47:37 +0000
commit1fd03a6010707ccabf7e819ceb4c56791877bef8 (patch)
tree5c3876f125a99b7eb7f76645eec347eccec1dde0 /security
parent86794b420a3ed8e5081501ab22916160678a1a02 (diff)
downloadpkgsrc-1fd03a6010707ccabf7e819ceb4c56791877bef8.tar.gz
Insists on libassuan2-2.0.2, so make it depend on that version.
Diffstat (limited to 'security')
-rw-r--r--security/gpgme/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 3a81c89e0ab..7c177c82c0b 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2011/08/11 11:15:00 adam Exp $
+# $NetBSD: Makefile,v 1.66 2011/08/14 19:47:37 wiz Exp $
DISTNAME= gpgme-1.3.1
CATEGORIES= security
@@ -47,6 +47,7 @@ CONFIGURE_ENV+= ac_cv_lib_pthread_pthread_create=yes
BUILDLINK_API_DEPENDS.librfuncs+= librfuncs>=1.0.7nb1
.include "../../devel/librfuncs/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libassuan+= libassuan>=2.0.2
.include "../../security/libassuan2/buildlink3.mk"
BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.4
.include "../../security/libgpg-error/buildlink3.mk"