diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/rubygem-smart_proxy_remote_execution_ssh | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Notes
Diffstat (limited to 'sysutils/rubygem-smart_proxy_remote_execution_ssh')
-rw-r--r-- | sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile b/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile index a7b6c49b81e6..310b48d13522 100644 --- a/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile +++ b/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile @@ -11,10 +11,10 @@ COMMENT= SSH remote execution provider for foreman-proxy LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= foreman-proxy>=1.9.0:${PORTSDIR}/net/foreman-proxy \ - rubygem-net-scp>=0:${PORTSDIR}/security/rubygem-net-scp \ - rubygem-net-ssh>=0:${PORTSDIR}/security/rubygem-net-ssh \ - rubygem-smart_proxy_dynflow>=0.0.3:${PORTSDIR}/sysutils/rubygem-smart_proxy_dynflow +RUN_DEPENDS= foreman-proxy>=1.9.0:net/foreman-proxy \ + rubygem-net-scp>=0:security/rubygem-net-scp \ + rubygem-net-ssh>=0:security/rubygem-net-ssh \ + rubygem-smart_proxy_dynflow>=0.0.3:sysutils/rubygem-smart_proxy_dynflow NO_ARCH= yes USE_RUBY= yes |