summaryrefslogtreecommitdiff
path: root/mail/spamassassin
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-08-29 12:11:35 +0000
committerwiz <wiz@pkgsrc.org>2017-08-29 12:11:35 +0000
commitba8f361fc17e4be0af71d79bdf1d591cae9397b0 (patch)
tree75b822b06b895a6668ae1c60d366a5726ff95c5b /mail/spamassassin
parent498973bdaa2d3f685ccb2949832e03d662cd9f3e (diff)
downloadpkgsrc-ba8f361fc17e4be0af71d79bdf1d591cae9397b0.tar.gz
Remove references to gnupg21 in preparation for its removal.
Diffstat (limited to 'mail/spamassassin')
-rw-r--r--mail/spamassassin/options.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/spamassassin/options.mk b/mail/spamassassin/options.mk
index f028818bfbf..b399409e344 100644
--- a/mail/spamassassin/options.mk
+++ b/mail/spamassassin/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.13 2017/07/09 22:12:12 schmonz Exp $
+# $NetBSD: options.mk,v 1.14 2017/08/29 12:11:35 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.spamassassin
-PKG_SUPPORTED_OPTIONS= inet6 ssl gnupg2 gnupg21
+PKG_SUPPORTED_OPTIONS= inet6 ssl gnupg2
#
# Default options
@@ -53,10 +53,7 @@ DEPENDS+= p5-IO-Socket-INET6-[0-9]*:../../net/p5-IO-Socket-INET6
#
# use gnupg2 instead of gnupg1
#
-.if !empty(PKG_OPTIONS:Mgnupg21)
-DEPENDS+= gnupg21-[0-9]*:../../security/gnupg21
-GPGPATH= ${PREFIX}/bin/gpg2
-.elif !empty(PKG_OPTIONS:Mgnupg2)
+.if !empty(PKG_OPTIONS:Mgnupg2)
DEPENDS+= gnupg2-[0-9]*:../../security/gnupg2
GPGPATH= ${PREFIX}/bin/gpg2
.else