diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-29 12:11:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-29 12:11:35 +0000 |
commit | ba8f361fc17e4be0af71d79bdf1d591cae9397b0 (patch) | |
tree | 75b822b06b895a6668ae1c60d366a5726ff95c5b /security/caff | |
parent | 498973bdaa2d3f685ccb2949832e03d662cd9f3e (diff) | |
download | pkgsrc-ba8f361fc17e4be0af71d79bdf1d591cae9397b0.tar.gz |
Remove references to gnupg21 in preparation for its removal.
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 |