diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-05-01 14:04:38 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-05-01 14:04:38 +0000 |
commit | 440766e692fcce879cab273bbbef13a5e452723e (patch) | |
tree | 70da8479c91305681af9c10dc09636ede54132fc /devel/bzr | |
parent | a4bc5e6ec695f0b4bbceb43efe57e83b80dd41d2 (diff) |
Notes
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} |