summaryrefslogtreecommitdiff
path: root/security/gpgme
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2007-11-08 21:19:22 +0000
committerbjs <bjs@pkgsrc.org>2007-11-08 21:19:22 +0000
commit179d6dfdcdd97584acb5545bfab840edf974eeaa (patch)
tree880719eee1c952cb18790e48d35117365f574325 /security/gpgme
parentf42cdccc51af6df0bff085e48d3f49ff47881ad4 (diff)
downloadpkgsrc-179d6dfdcdd97584acb5545bfab840edf974eeaa.tar.gz
Tell gpgme where the gnupg2 binary is should the user build with
the 'gpgsm' option.
Diffstat (limited to 'security/gpgme')
-rw-r--r--security/gpgme/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index ba86b07a424..1a748dcafbb 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2007/09/25 15:19:29 minskim Exp $
+# $NetBSD: Makefile,v 1.52 2007/11/08 21:19:22 bjs Exp $
#
DISTNAME= gpgme-1.1.4
@@ -60,6 +60,7 @@ BUILDLINK_API_DEPENDS.librfuncs+= librfuncs>=1.0.7nb1
.if !empty(PKG_OPTIONS:Mgpgsm)
. include "../../security/gnupg2/buildlink3.mk"
CONFIGURE_ARGS+= --with-gpgsm=${BUILDLINK_PREFIX.gnupg2}/bin/gpgsm
+CONFIGURE_ARGS+= --with-gpg=${BUILDLINK_PREFIX.gnupg2}/bin/gpg2
.else
CONFIGURE_ARGS+= --without-gpgsm
.endif