diff options
-rw-r--r-- | devel/py-testtools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-testtools/Makefile b/devel/py-testtools/Makefile index 5e9f81fd26e..582395be706 100644 --- a/devel/py-testtools/Makefile +++ b/devel/py-testtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/07/22 14:15:01 obache Exp $ +# $NetBSD: Makefile,v 1.2 2011/10/02 15:54:22 dholland Exp $ # DISTNAME= testtools-0.9.11 @@ -15,5 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 24 + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |