diff options
Diffstat (limited to 'net/py-foolscap/Makefile')
-rw-r--r-- | net/py-foolscap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-foolscap/Makefile b/net/py-foolscap/Makefile index 9a4c867ddce..14a28552dff 100644 --- a/net/py-foolscap/Makefile +++ b/net/py-foolscap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:16 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:15 wiz Exp $ DISTNAME= foolscap-0.6.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/.tar//} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted TEST_TARGET= test |