summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2018-06-04 07:44:35 +0000
committerleot <leot@pkgsrc.org>2018-06-04 07:44:35 +0000
commitf72c3dbe59d495ec5e4c017852ecf9b022cc4090 (patch)
tree45cf281d1a7eb90d8fa52873f26a7a14c670a395 /security
parentca8b61a7f00acb577b86d259cf566c30f9b0ff52 (diff)
downloadpkgsrc-f72c3dbe59d495ec5e4c017852ecf9b022cc4090.tar.gz
gpgme: Improve style and comment in options.mk (NFCI)
- Move the CONFIGURE_ARGS in the `gnupg1' logic after DEPENDS to make the two branches symmetric - Adjust the comment, the tests needs gpgsm, not gpg-agent Suggested via a private email by <uwe>, thanks!
Diffstat (limited to 'security')
-rw-r--r--security/gpgme/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpgme/options.mk b/security/gpgme/options.mk
index 8e76e5aa7ab..6d143377b4f 100644
--- a/security/gpgme/options.mk
+++ b/security/gpgme/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2018/06/03 21:18:34 leot Exp $
+# $NetBSD: options.mk,v 1.11 2018/06/04 07:44:35 leot Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gpgme
PKG_OPTIONS_REQUIRED_GROUPS= gnupg
@@ -13,6 +13,6 @@ REPLACE_SH+= tests/gpg/pinentry
GPG_DEFAULT= ${LOCALBASE}/bin/gpg2
MAKE_FLAGS+= GPG=${GPG_DEFAULT}
.else
-CONFIGURE_ARGS+= --disable-gpgsm-test # XXX: needs gpg-agent
DEPENDS+= gnupg>=1.4.2:../../security/gnupg
+CONFIGURE_ARGS+= --disable-gpgsm-test # XXX: needs gpgsm
.endif