summaryrefslogtreecommitdiff
path: root/devel/bzr-svn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bzr-svn/Makefile')
-rw-r--r--devel/bzr-svn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile
index 65ba78b5b81..29823d44e5e 100644
--- a/devel/bzr-svn/Makefile
+++ b/devel/bzr-svn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:00 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2014/01/25 10:45:16 wiz Exp $
DISTNAME= bzr-svn-${VER}
CATEGORIES= devel scm
@@ -11,7 +11,7 @@ HOMEPAGE= http://bazaar-vcs.org/BzrForeignBranches/Subversion
COMMENT= Foreign Subversion repository support for Bazaar
LICENSE= gnu-gpl-v2
-PYTHON_PATCH_SCRIPTS= info.py wiki.py
+REPLACE_PYTHON= info.py wiki.py
DEPENDS+= ${PYPKGPREFIX}-subvertpy>=0.8.8:../../devel/py-subvertpy
DEPENDS= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3