diff options
author | swills <swills@FreeBSD.org> | 2014-01-03 03:43:39 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-01-03 03:43:39 +0800 |
commit | cc3c23539e26b69443c800935f3f7004bccb3d88 (patch) | |
tree | 155cb625d5f80c04fdd99b2854ad052de70e353d | |
parent | e443496eaa46ce637201fb0d8d94afe869999fd4 (diff) | |
download | freebsd-ports-gnome-cc3c23539e26b69443c800935f3f7004bccb3d88.tar.gz freebsd-ports-gnome-cc3c23539e26b69443c800935f3f7004bccb3d88.tar.zst freebsd-ports-gnome-cc3c23539e26b69443c800935f3f7004bccb3d88.zip |
- Remove unneeded RUBY_VER
With hat: ruby@
-rw-r--r-- | databases/rubygem-tarantool/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/rubygem-tarantool/Makefile b/databases/rubygem-tarantool/Makefile index a08ef45da56e..473f55c3cba6 100644 --- a/databases/rubygem-tarantool/Makefile +++ b/databases/rubygem-tarantool/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-bin_utils=0.0.3:${PORTSDIR}/devel/rubygem-bin_utils \ rubygem-murmurhash3>=0.1.1:${PORTSDIR}/devel/rubygem-murmurhash3 \ rubygem-sumbur>=0.0.2:${PORTSDIR}/devel/rubygem-sumbur -RUBY_VER= 1.9 USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |