aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-05-01 22:04:38 +0800
committerjgh <jgh@FreeBSD.org>2013-05-01 22:04:38 +0800
commitaa1574249c89c03eae939575aeb60e210195539c (patch)
tree70da8479c91305681af9c10dc09636ede54132fc
parent60f72bb7a3084b752d1b6880ce1d03cb97d6fa6b (diff)
downloadfreebsd-ports-gnome-aa1574249c89c03eae939575aeb60e210195539c.tar.gz
freebsd-ports-gnome-aa1574249c89c03eae939575aeb60e210195539c.tar.zst
freebsd-ports-gnome-aa1574249c89c03eae939575aeb60e210195539c.zip
- fix broken run-depends introduced in previous commit
Approved by: maintainer (implicit) Spotted by: wen
-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}