diff options
Diffstat (limited to 'devel/cvs2svn/Makefile')
-rw-r--r-- | devel/cvs2svn/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/cvs2svn/Makefile b/devel/cvs2svn/Makefile index ce482d00df46..7f60406f326c 100644 --- a/devel/cvs2svn/Makefile +++ b/devel/cvs2svn/Makefile @@ -21,10 +21,15 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} # 2.4.0 -> svn r5392 PATCHREV= 5433 -USE_PYTHON= -2.7 +USES= shebangfix +USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes +python_OLD_CMD= /usr/bin/env python +python_CMD= /usr/bin/env python2 +SHEBANG_FILES= cvs2svn cvs2git cvs2bzr + OPTIONS_MULTI= SCM OPTIONS_MULTI_SCM= SUBVERSION GIT BAZAAR OPTIONS_DEFAULT= SUBVERSION |