aboutsummaryrefslogtreecommitdiff
path: root/devel/bzrtools
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/bzrtools
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Notes
Diffstat (limited to 'devel/bzrtools')
-rw-r--r--devel/bzrtools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bzrtools/Makefile b/devel/bzrtools/Makefile
index 772f203f0767..3d7204bdd518 100644
--- a/devel/bzrtools/Makefile
+++ b/devel/bzrtools/Makefile
@@ -12,7 +12,7 @@ COMMENT= Extensions to devel/bzr
LICENSE= GPLv2
-RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr
+RUN_DEPENDS= bzr:devel/bzr
OPTIONS_DEFINE= GRAPHVIZ RSYNC
GRAPHVIZ_DESC= graphviz for graph-ancestry
@@ -23,7 +23,7 @@ USES= python
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= BzrTools
-GRAPHVIZ_RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz
-RSYNC_RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
+GRAPHVIZ_RUN_DEPENDS= dot:graphics/graphviz
+RSYNC_RUN_DEPENDS= rsync:net/rsync
.include <bsd.port.mk>