diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-04 23:31:22 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-04 23:31:22 +0000 |
commit | 2cd0060cd837a63755af175cd46413a303eba3cd (patch) | |
tree | 8f8c280496f992710fe1c5155b15ef8cef97d32f /databases/rubygem-tarantool | |
parent | 437eae1357861dcdc81980047a5ee4c76a11dd79 (diff) |
Allow installing
Notes
Notes:
svn path=/head/; revision=370015
Diffstat (limited to 'databases/rubygem-tarantool')
-rw-r--r-- | databases/rubygem-tarantool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/rubygem-tarantool/Makefile b/databases/rubygem-tarantool/Makefile index 2608144f4a5f..5dc42fe6632a 100644 --- a/databases/rubygem-tarantool/Makefile +++ b/databases/rubygem-tarantool/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= RG MAINTAINER= vg@FreeBSD.org COMMENT= Tarantool KV-storage client -RUN_DEPENDS= rubygem-bin_utils=0.0.3:${PORTSDIR}/devel/rubygem-bin_utils \ +RUN_DEPENDS= rubygem-bin_utils>=0.0.3:${PORTSDIR}/devel/rubygem-bin_utils \ rubygem-iproto>=0.3:${PORTSDIR}/net/rubygem-iproto \ rubygem-murmurhash3>=0.1.1:${PORTSDIR}/devel/rubygem-murmurhash3 \ rubygem-sumbur>=0.0.2:${PORTSDIR}/devel/rubygem-sumbur |