summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz>2016-06-26 20:10:23 +0000
committerwiz <wiz>2016-06-26 20:10:23 +0000
commit5f9158e35f683b49ddcfb531e5884443801f6381 (patch)
treea091a984ecce8bb9843a274f1daa1231b4c89eb8 /mail
parent70de2eda4394c17e96525510ac090462e5025776 (diff)
downloadpkgsrc-5f9158e35f683b49ddcfb531e5884443801f6381.tar.gz
Use PYTHON_VERSIONED_DEPENDENCIES for py-dns support.
Adds support for building this with python-3.x.
Diffstat (limited to 'mail')
-rw-r--r--mail/py-spf/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/py-spf/Makefile b/mail/py-spf/Makefile
index 464e8f17533..a46de3a40c8 100644
--- a/mail/py-spf/Makefile
+++ b/mail/py-spf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/06/08 17:43:34 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2016/06/26 20:10:23 wiz Exp $
VERSION= 2.0.8
DISTNAME= pyspf-${VERSION}
@@ -11,9 +11,7 @@ HOMEPAGE= https://pypi.python.org/pypi/pyspf
COMMENT= Python implementation of the RFC 4408 SPF protocol
LICENSE= python-software-foundation
-DEPENDS+= ${PYPKGPREFIX}-dns>=0:../../net/py-dns
-
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-dns
+PYTHON_VERSIONED_DEPENDENCIES+= dns
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"