aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pygitup/Makefile
diff options
context:
space:
mode:
authorJohannes Jost Meixner <xmj@FreeBSD.org>2015-07-01 09:26:44 +0000
committerJohannes Jost Meixner <xmj@FreeBSD.org>2015-07-01 09:26:44 +0000
commit7435898531cdb54e56bdd31b28b2854f50d87247 (patch)
tree50d45adf6b68614c3fafd51a5908546ab127615c /devel/py-pygitup/Makefile
parentc63ccc8f1603b460544b16c9e5869f9aa59eb284 (diff)
Notes
Diffstat (limited to 'devel/py-pygitup/Makefile')
-rw-r--r--devel/py-pygitup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-pygitup/Makefile b/devel/py-pygitup/Makefile
index b7413505957c..af36989f5458 100644
--- a/devel/py-pygitup/Makefile
+++ b/devel/py-pygitup/Makefile
@@ -11,12 +11,12 @@ COMMENT= Python implementation of 'git up'
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygit2>=0.21.1:${PORTSDIR}/devel/py-pygit2 \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GitPython>=0.3.6:${PORTSDIR}/devel/py-gitpython \
${PYTHON_PKGNAMEPREFIX}colorama>=0.3.2:${PORTSDIR}/devel/py-colorama \
${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:${PORTSDIR}/devel/py-termcolor \
${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:${PORTSDIR}/devel/py-docopt
-USES= python zip
+USES= python zip dos2unix
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>