summaryrefslogtreecommitdiff
path: root/security/gnupg2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-07-28 11:02:11 +0000
committerwiz <wiz@pkgsrc.org>2014-07-28 11:02:11 +0000
commite3c18642b16d43c96a3b27629262ad661ab01e73 (patch)
tree782dc61669e505f0d00f9b16faaaa70bdf9d9086 /security/gnupg2
parentce83caffaa09122abda4b7fdd52127f84250712e (diff)
downloadpkgsrc-e3c18642b16d43c96a3b27629262ad661ab01e73.tar.gz
Fix overlooked option name for previous.
Found by jperkin.
Diffstat (limited to 'security/gnupg2')
-rw-r--r--security/gnupg2/Makefile3
-rw-r--r--security/gnupg2/options.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile
index 55c0cebe9d0..ac0c3ab3849 100644
--- a/security/gnupg2/Makefile
+++ b/security/gnupg2/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.53 2014/07/22 11:30:00 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2014/07/28 11:02:11 wiz Exp $
DISTNAME= gnupg-2.0.25
PKGNAME= ${DISTNAME:S/gnupg/gnupg2/}
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
EXTRACT_SUFX= .tar.bz2
diff --git a/security/gnupg2/options.mk b/security/gnupg2/options.mk
index 258efe621fa..d7414978907 100644
--- a/security/gnupg2/options.mk
+++ b/security/gnupg2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2014/07/22 11:30:00 wiz Exp $
+# $NetBSD: options.mk,v 1.7 2014/07/28 11:02:11 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gnupg2
PKG_SUPPORTED_OPTIONS= gnupg2-gpgsm
@@ -19,7 +19,7 @@ PLIST_SRC= ${.CURDIR}/PLIST
# XXX It looks like that gpgsm support could be split into its own package,
# according to the configure script. If that's true, this use of the options
# framework is incorrect and should be fixed.
-.if empty(PKG_OPTIONS:Mgpgsm)
+.if empty(PKG_OPTIONS:Mgnupg2-gpgsm)
CONFIGURE_ARGS+= --enable-agent-only
.else
CONFIGURE_ARGS+= --enable-gpgsm