diff options
author | jgh <jgh@FreeBSD.org> | 2013-05-01 22:04:38 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-05-01 22:04:38 +0800 |
commit | aa1574249c89c03eae939575aeb60e210195539c (patch) | |
tree | 70da8479c91305681af9c10dc09636ede54132fc | |
parent | 60f72bb7a3084b752d1b6880ce1d03cb97d6fa6b (diff) | |
download | freebsd-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/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} |