diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-29 12:23:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-29 12:23:24 +0000 |
commit | 4aa1f9210011bfa53215434799c23b4262014d55 (patch) | |
tree | 63d079362e862b97dd9e5acc478a2cfd71dacd62 /security/p5-GnuPG-Interface | |
parent | 60494c0b9533b51d2c52c1e16c0af0107d4942e7 (diff) | |
download | pkgsrc-4aa1f9210011bfa53215434799c23b4262014d55.tar.gz |
Fix gnupg2 dependency pattern.
Diffstat (limited to 'security/p5-GnuPG-Interface')
-rw-r--r-- | security/p5-GnuPG-Interface/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-GnuPG-Interface/options.mk b/security/p5-GnuPG-Interface/options.mk index d94af8e38f9..d2ad0b25199 100644 --- a/security/p5-GnuPG-Interface/options.mk +++ b/security/p5-GnuPG-Interface/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2017/08/29 12:11:36 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2017/08/29 12:23:24 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.p5_GnuPG_Interface PKG_OPTIONS_REQUIRED_GROUPS= gnupg @@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS= gnupg1 .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mgnupg2) -DEPENDS+= gnupg2>=2.0<2.1:../../security/gnupg2 +DEPENDS+= gnupg2-[0-9]*:../../security/gnupg2 .else DEPENDS+= gnupg>=1.4.2:../../security/gnupg .endif |