diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/bzr-explorer | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'devel/bzr-explorer')
-rw-r--r-- | devel/bzr-explorer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bzr-explorer/Makefile b/devel/bzr-explorer/Makefile index 4f3b7db42547..d50479faede2 100644 --- a/devel/bzr-explorer/Makefile +++ b/devel/bzr-explorer/Makefile @@ -12,9 +12,9 @@ COMMENT= Desktop application for using bzr LICENSE= GPLv2 -BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bzrlib/plugins/qbzr/__init__.py:${PORTSDIR}/devel/qbzr \ - bzr:${PORTSDIR}/devel/bzr +BUILD_DEPENDS= bzr:devel/bzr +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bzrlib/plugins/qbzr/__init__.py:devel/qbzr \ + bzr:devel/bzr USES= gettext python USE_PYTHON= distutils autoplist |