diff options
Diffstat (limited to 'devel/subversion')
-rw-r--r-- | devel/subversion/Makefile | 2 | ||||
-rw-r--r-- | devel/subversion/files/patch-Makefile.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 9b5b6f5e62e5..52525e3d3af9 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -33,7 +33,7 @@ TOOLS_DESC= Install several tools SVNSERVE_WRAPPER_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-svnserve-wrapper -USES+= shebangfix python:3.5+,env +USES+= shebangfix python:env python_OLD_CMD+= "/bin/env python" SHEBANG_REGEX= ./tools/.* diff --git a/devel/subversion/files/patch-Makefile.in b/devel/subversion/files/patch-Makefile.in index 65867f67f8b6..43b1cbdb13a9 100644 --- a/devel/subversion/files/patch-Makefile.in +++ b/devel/subversion/files/patch-Makefile.in @@ -6,8 +6,8 @@ ### these possibly need further discussion -swig_pydir = @libdir@/svn-python/libsvn -swig_pydir_extra = @libdir@/svn-python/svn -+swig_pydir = /usr/local/lib/python3.7/site-packages/libsvn -+swig_pydir_extra = /usr/local/lib/python3.7/site-packages/svn ++swig_pydir = /usr/local/lib/python3.8/site-packages/libsvn ++swig_pydir_extra = /usr/local/lib/python3.8/site-packages/svn swig_pldir = @libdir@/svn-perl swig_rbdir = $(SWIG_RB_SITE_ARCH_DIR)/svn/ext -toolsdir = @bindir@/svn-tools |