diff options
Diffstat (limited to 'devel/bzr-svn/Makefile')
-rw-r--r-- | devel/bzr-svn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile index 46cdb613b03..65ba78b5b81 100644 --- a/devel/bzr-svn/Makefile +++ b/devel/bzr-svn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/10/31 11:16:44 asau Exp $ +# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:00 wiz Exp $ DISTNAME= bzr-svn-${VER} CATEGORIES= devel scm @@ -26,6 +26,7 @@ USE_LANGUAGES= #none #TEST_TARGET= check-verbose EGG_NAME= ${DISTNAME:S/-/_/} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-subvertpy, py-paramiko .include "../../devel/bzr/plugin.mk" .include "../../lang/python/application.mk" |