diff options
Diffstat (limited to 'www/py-pendrell/Makefile')
-rw-r--r-- | www/py-pendrell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-pendrell/Makefile b/www/py-pendrell/Makefile index 8f0bd9ca8ac..30d0016c643 100644 --- a/www/py-pendrell/Makefile +++ b/www/py-pendrell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:25 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:26:06 adam Exp $ DISTNAME= pendrell-0.2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |