diff options
Diffstat (limited to 'mail/py-spf')
-rw-r--r-- | mail/py-spf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/py-spf/Makefile b/mail/py-spf/Makefile index 1e44a351bdb..af924a26163 100644 --- a/mail/py-spf/Makefile +++ b/mail/py-spf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:10 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/12/31 13:57:28 wiz Exp $ VERSION= 2.0.8 DISTNAME= pyspf-${VERSION} @@ -13,8 +13,6 @@ LICENSE= python-software-foundation DEPENDS+= ${PYPKGPREFIX}-dns>=0:../../net/py-dns -EGG_NAME= pyspf-${VERSION} - PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-dns .include "../../lang/python/distutils.mk" |