diff options
author | wiz <wiz> | 2016-06-26 20:10:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-06-26 20:10:23 +0000 |
commit | 2a4716a50f14cdfd89f120dc2049092c3737ae54 (patch) | |
tree | a091a984ecce8bb9843a274f1daa1231b4c89eb8 | |
parent | 1768f31228afb41745af120426d57518ef101e4d (diff) | |
download | pkgsrc-2a4716a50f14cdfd89f120dc2049092c3737ae54.tar.gz |
Use PYTHON_VERSIONED_DEPENDENCIES for py-dns support.
Adds support for building this with python-3.x.
-rw-r--r-- | mail/py-spf/Makefile | 6 |
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" |