diff options
Diffstat (limited to 'net/py-twisted/Makefile.common')
-rw-r--r-- | net/py-twisted/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-twisted/Makefile.common b/net/py-twisted/Makefile.common index 0b47c29e725..15d1241b1fb 100644 --- a/net/py-twisted/Makefile.common +++ b/net/py-twisted/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2013/11/13 07:06:58 adam Exp $ +# $NetBSD: Makefile.common,v 1.14 2014/01/25 10:30:17 wiz Exp $ # used by net/py-twisted/Makefile # used by net/py-twisted-docs/Makefile @@ -13,3 +13,5 @@ LICENSE= mit DISTINFO_FILE?= ${.CURDIR}/../py-twisted/distinfo PATCHDIR?= ${.CURDIR}/../py-twisted/patches + +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 13.2.0 |