summaryrefslogtreecommitdiff
path: root/mail/spamassassin/options.mk
diff options
context:
space:
mode:
authorseb <seb>2009-03-07 13:25:19 +0000
committerseb <seb>2009-03-07 13:25:19 +0000
commit55da48f1deff1674ed7852090e932309e4ca069b (patch)
tree24645d05abd21852e13c897f53270526e4b4f8e6 /mail/spamassassin/options.mk
parente47da3e4d1eeb4a734957f168e7a594bb9280f11 (diff)
downloadpkgsrc-55da48f1deff1674ed7852090e932309e4ca069b.tar.gz
Bump PKGREVISION to 2.
Change dependency on the soon to be removed net/p5-INET6 to the identical net/p5-IO-Socket-INET6
Diffstat (limited to 'mail/spamassassin/options.mk')
-rw-r--r--mail/spamassassin/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/spamassassin/options.mk b/mail/spamassassin/options.mk
index d8fb43cfa09..87f57f5c33e 100644
--- a/mail/spamassassin/options.mk
+++ b/mail/spamassassin/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2007/08/26 17:26:51 heinz Exp $
+# $NetBSD: options.mk,v 1.8 2009/03/07 13:25:19 seb Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.spamassassin
PKG_SUPPORTED_OPTIONS= inet6
@@ -112,5 +112,5 @@ MAKE_PARAMS+= ENABLE_SSL=no
# Be prepared for IPv6 nameservers
#
.if !empty(PKG_OPTIONS:Minet6)
-DEPENDS+= p5-INET6-[0-9]*:../../net/p5-INET6
+DEPENDS+= p5-IO-Socket-INET6-[0-9]*:../../net/p5-IO-Socket-INET6
.endif