diff options
Diffstat (limited to 'devel/git-review/Makefile')
-rw-r--r-- | devel/git-review/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/git-review/Makefile b/devel/git-review/Makefile index e46f3175a2d3..b818f1ae3e61 100644 --- a/devel/git-review/Makefile +++ b/devel/git-review/Makefile @@ -11,9 +11,9 @@ COMMENT= Allow to push code to review and interact with a Gerrit server LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>0:${PORTSDIR}/devel/py-pbr -RUN_DEPENDS= git:${PORTSDIR}/devel/git \ - ${PYTHON_PKGNAMEPREFIX}requests>2.4:${PORTSDIR}/www/py-requests +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr +RUN_DEPENDS= git:devel/git \ + ${PYTHON_PKGNAMEPREFIX}requests>2.4:www/py-requests USES= python USE_PYTHON= autoplist distutils |