pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gpgme Tell gpgme where the gnupg2 binary is s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95ffc76a458a
branches:  trunk
changeset: 535171:95ffc76a458a
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Thu Nov 08 21:19:22 2007 +0000

description:
Tell gpgme where the gnupg2 binary is should the user build with
the 'gpgsm' option.

diffstat:

 security/gpgme/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c9ed192dae10 -r 95ffc76a458a security/gpgme/Makefile
--- a/security/gpgme/Makefile   Thu Nov 08 21:15:52 2007 +0000
+++ b/security/gpgme/Makefile   Thu Nov 08 21:19:22 2007 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index