diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-01-14 20:42:03 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-01-14 20:45:23 -0600 |
commit | 2d00178fd4d952c698d3413800c3bd1b6cfc98a9 (patch) | |
tree | b0881172ea8e79250cf341d237d9f9cc6248e3f6 /databases | |
parent | textproc/p5-String-Truncate: Update to 1.100603 (diff) |
*/*: Fix some ports conversion from USE_RUBY to USES=ruby
In my previous commit 18c6e18 I missed some ports where RUBY was
optional. This commit fixes those missing ports and fixes INDEX build.
Approved by: portmgr
Fixes: 18c6e18 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Diffstat (limited to 'databases')
-rw-r--r-- | databases/redis-devel/Makefile | 2 | ||||
-rw-r--r-- | databases/rrdtool/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index b13a3f95f859..d6f64bd97bb9 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -48,7 +48,7 @@ TLS_USES= ssl TLS_MAKE_ENV= BUILD_TLS=yes TRIB_CATEGORIES= ruby TRIB_RUN_DEPENDS= rubygem-redis>=2.2:databases/rubygem-redis -TRIB_USE= RUBY=yes +TRIB_USES= ruby .include <bsd.port.pre.mk> diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 82ca0bfe76b8..50a72f9e4b2b 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -67,7 +67,7 @@ PYTHON_USES= python PYTHON_USE= PYTHON=flavors,optsuffix PYTHON_CONFIGURE_ENABLE= python PYTHON_PORTEXAMPLES= stripes.py -RUBY_USE= RUBY=yes +RUBY_USES= ruby RUBY_CONFIGURE_ENABLE= ruby post-extract: |