diff options
Diffstat (limited to 'devel/bzr')
-rw-r--r-- | devel/bzr/Makefile | 2 |
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} |