aboutsummaryrefslogtreecommitdiff
path: root/devel/bzr-git
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2012-06-17 20:42:28 +0000
committerCarlo Strub <cs@FreeBSD.org>2012-06-17 20:42:28 +0000
commit2a76a0d8103216f07155846725c066d0b111c1c7 (patch)
treec98065640908fe5ef8801a7ad2c349b48536b812 /devel/bzr-git
parent54022091fbfabcc01e443620bf5382841d8197e8 (diff)
downloadports-2a76a0d8103216f07155846725c066d0b111c1c7.tar.gz
ports-2a76a0d8103216f07155846725c066d0b111c1c7.zip
Notes
Diffstat (limited to 'devel/bzr-git')
-rw-r--r--devel/bzr-git/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/bzr-git/Makefile b/devel/bzr-git/Makefile
index d35869e5b19e..e8c379e3ad0a 100644
--- a/devel/bzr-git/Makefile
+++ b/devel/bzr-git/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bzr-git
PORTVERSION= 0.6.8
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://launchpadlibrarian.net/98666746/ \
http://www.c-s.li/ports/
@@ -16,8 +17,8 @@ COMMENT= Plugin for bzr to work with git trees
LICENSE= GPLv2
-BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
-RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng \
+BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr
+RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr \
py*-dulwich>=0.8.0:${PORTSDIR}/devel/dulwich \
${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3