diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-12 16:08:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-12 16:08:31 +0000 |
commit | 92e04e23e512c5f61c8e558e264260aff4e3cfd7 (patch) | |
tree | 6d1741f6b65de5fa47b9828fc7d2308ac399a4ad | |
parent | - Update RUN_DEPENDS: use PORTVERSION (diff) |
- Update RUN_DEPENDS: use PORTVERSION
-rw-r--r-- | devel/rubygem-blobstore_client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rubygem-blobstore_client/Makefile b/devel/rubygem-blobstore_client/Makefile index 0f38e8826f7a..373754e85432 100644 --- a/devel/rubygem-blobstore_client/Makefile +++ b/devel/rubygem-blobstore_client/Makefile @@ -11,7 +11,7 @@ COMMENT= BOSH blobstore client LICENSE= APACHE20 RUN_DEPENDS= rubygem-aws-sdk>=1.60.2:${PORTSDIR}/devel/rubygem-aws-sdk \ - rubygem-bosh_common>=1.2941.0:${PORTSDIR}/devel/rubygem-bosh_common \ + rubygem-bosh_common>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-bosh_common \ rubygem-fog>=1.27.0:${PORTSDIR}/devel/rubygem-fog \ rubygem-httpclient>=2.4.0:${PORTSDIR}/www/rubygem-httpclient \ rubygem-multi_json>=1.1:${PORTSDIR}/devel/rubygem-multi_json \ |