aboutsummaryrefslogtreecommitdiff
path: root/devel/bzr
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-05-01 14:04:38 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-05-01 14:04:38 +0000
commit440766e692fcce879cab273bbbef13a5e452723e (patch)
tree70da8479c91305681af9c10dc09636ede54132fc /devel/bzr
parenta4bc5e6ec695f0b4bbceb43efe57e83b80dd41d2 (diff)
downloadports-440766e692fcce879cab273bbbef13a5e452723e.tar.gz
ports-440766e692fcce879cab273bbbef13a5e452723e.zip
- fix broken run-depends introduced in previous commit
Approved by: maintainer (implicit) Spotted by: wen
Notes
Notes: svn path=/head/; revision=317020
Diffstat (limited to 'devel/bzr')
-rw-r--r--devel/bzr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile
index af5ca14f569d..dbbfb237cb07 100644
--- a/devel/bzr/Makefile
+++ b/devel/bzr/Makefile
@@ -28,7 +28,7 @@ MAN1= bzr.1
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSFTP}
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}>=0:${PORTSDIR}/security/py-paramiko
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}paramiko>=0:${PORTSDIR}/security/py-paramiko
.endif
.if ${PORT_OPTIONS:MCA_BUNDLE}