summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-06-30 18:03:46 +0000
committerwiz <wiz@pkgsrc.org>2016-06-30 18:03:46 +0000
commit803b280bdeca96ec979849f95a4f232fb8bf08d5 (patch)
treee9b14db5267dd3f49c99098ab1ddfb01c15eafd2 /mail
parent6a461675887819b7733eb287d8d55c91f67a017a (diff)
downloadpkgsrc-803b280bdeca96ec979849f95a4f232fb8bf08d5.tar.gz
Switch to direct py-dns dependency.
py-dns now supports all python versions, so versioned_dependencies is not needed any longer.
Diffstat (limited to 'mail')
-rw-r--r--mail/py-spf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/py-spf/Makefile b/mail/py-spf/Makefile
index a46de3a40c8..e4f748b1e0a 100644
--- a/mail/py-spf/Makefile
+++ b/mail/py-spf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/06/26 20:10:23 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2016/06/30 18:03:46 wiz Exp $
VERSION= 2.0.8
DISTNAME= pyspf-${VERSION}
@@ -11,7 +11,7 @@ HOMEPAGE= https://pypi.python.org/pypi/pyspf
COMMENT= Python implementation of the RFC 4408 SPF protocol
LICENSE= python-software-foundation
-PYTHON_VERSIONED_DEPENDENCIES+= dns
+DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"