diff options
author | drochner <drochner> | 2009-12-15 20:17:33 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-12-15 20:17:33 +0000 |
commit | 9492cba5c7d4122b20b1f9627dde08da394690b4 (patch) | |
tree | 6ea454736cc90e687db2f64de4f51334b896276b /security | |
parent | 984191f9de74ea6f2d13199c7aaee272ac5d7d90 (diff) | |
download | pkgsrc-9492cba5c7d4122b20b1f9627dde08da394690b4.tar.gz |
make s/mime support, which implies use of gnupg2, default,
bump PKGREVISION
Diffstat (limited to 'security')
-rw-r--r-- | security/gpgme/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index f942fe0dbf8..2f5953686e2 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2009/12/15 19:15:38 drochner Exp $ +# $NetBSD: Makefile,v 1.60 2009/12/15 20:17:33 drochner Exp $ # DISTNAME= gpgme-1.1.8 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ @@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir PKG_OPTIONS_VAR= PKG_OPTIONS.gpgme PKG_SUPPORTED_OPTIONS= gpgsm +PKG_SUGGESTED_OPTIONS= gpgsm .include "../../mk/bsd.options.mk" .if empty(PKG_OPTIONS:Mgpgsm) DEPENDS+= gnupg>=1.4.2:../../security/gnupg |