diff options
Diffstat (limited to 'devel/git-bzr-ng/Makefile')
-rw-r--r-- | devel/git-bzr-ng/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/git-bzr-ng/Makefile b/devel/git-bzr-ng/Makefile index c89a3dab0f63..4fa69b52027c 100644 --- a/devel/git-bzr-ng/Makefile +++ b/devel/git-bzr-ng/Makefile @@ -11,9 +11,9 @@ COMMENT= Bi-directional git to bzr bridge LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= git:${PORTSDIR}/devel/git \ - bzr:${PORTSDIR}/devel/bzr \ - ${PYTHON_SITELIBDIR}/bzrlib/plugins/fastimport/__init__.py:${PORTSDIR}/devel/bzr-fastimport +RUN_DEPENDS= git:devel/git \ + bzr:devel/bzr \ + ${PYTHON_SITELIBDIR}/bzrlib/plugins/fastimport/__init__.py:devel/bzr-fastimport USE_GITHUB= yes GH_ACCOUNT= termie |