summaryrefslogtreecommitdiff
path: root/security/gpa
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-01-04 15:09:44 +0000
committerjoerg <joerg@pkgsrc.org>2010-01-04 15:09:44 +0000
commitb6b0428ae56164116ed48a76dfe293bc249496ea (patch)
treeb4b259bee2a7f70f75acd1ed4ad6d2f6885e6549 /security/gpa
parent0844ade5eca306fe47febf89fdb61c7023b1f678 (diff)
downloadpkgsrc-b6b0428ae56164116ed48a76dfe293bc249496ea.tar.gz
Expose the gpg binary gpgme is build against and use that in security/gpa.
Diffstat (limited to 'security/gpa')
-rw-r--r--security/gpa/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index a8f1c4bb2a5..b542344b8df 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2009/08/26 19:58:15 sno Exp $
+# $NetBSD: Makefile,v 1.25 2010/01/04 15:09:44 joerg Exp $
#
DISTNAME= gpa-0.7.0
@@ -18,6 +18,8 @@ USE_PKGLOCALEDIR= YES
LIBS+= ${BUILDLINK_LDADD.getopt}
+CONFIGURE_ENV+= ac_cv_path_GPG=${GPGME_GPG:Q}
+
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../security/gpgme/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"