diff options
Diffstat (limited to 'security/caff')
-rw-r--r-- | security/caff/options.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/caff/options.mk b/security/caff/options.mk index 1732ed297a8..bbd1c16cc43 100644 --- a/security/caff/options.mk +++ b/security/caff/options.mk @@ -1,15 +1,13 @@ -# $NetBSD: options.mk,v 1.1 2017/06/06 20:37:15 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2017/08/29 12:11:35 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.caff PKG_OPTIONS_REQUIRED_GROUPS= gnupg -PKG_OPTIONS_GROUP.gnupg= gnupg1 gnupg2 gnupg21 +PKG_OPTIONS_GROUP.gnupg= gnupg1 gnupg2 PKG_SUGGESTED_OPTIONS= gnupg2 .include "../../mk/bsd.options.mk" -.if !empty(PKG_OPTIONS:Mgnupg21) -DEPENDS+= gnupg21>=2.1:../../security/gnupg21 -.elif !empty(PKG_OPTIONS:Mgnupg2) +.if !empty(PKG_OPTIONS:Mgnupg2) DEPENDS+= gnupg2>=2.0<2.1:../../security/gnupg2 .else DEPENDS+= gnupg>=1.4.2:../../security/gnupg |