39683998dd
Enigmail 1.9.2 Released 2016-04-25, works with Thunderbird 38.0 & newer and SeaMonkey 2.35 & newer. Notable Changes This is a bugfix release Important Note This version requires GnuPG 2.0.7 or newer. GnuPG 1.4.x is not supported anymore. Bugs fixed Check the list of fixed defects at https://sourceforge.net/p/enigmail/bugs/search/?q=status%3Afixed+%26%26+_fixed%3A1.9.2
16 lines
419 B
Makefile
16 lines
419 B
Makefile
# $NetBSD: options.mk,v 1.3 2016/05/05 12:06:38 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.enigmail
|
|
PKG_OPTIONS_REQUIRED_GROUPS= gnupg
|
|
PKG_OPTIONS_GROUP.gnupg= gnupg2 gnupg21
|
|
PKG_SUGGESTED_OPTIONS= gnupg2
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mgnupg2)
|
|
DEPENDS+= gnupg2>=2.0.7:../../security/gnupg2
|
|
.endif
|
|
|
|
.if !empty(PKG_OPTIONS:Mgnupg21)
|
|
DEPENDS+= gnupg21-[0-9]*:../../security/gnupg21
|
|
.endif
|