summaryrefslogtreecommitdiff
path: root/databases/redis-devel
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-01-14 20:42:03 -0600
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-01-14 20:45:23 -0600
commit2d00178fd4d952c698d3413800c3bd1b6cfc98a9 (patch)
treeb0881172ea8e79250cf341d237d9f9cc6248e3f6 /databases/redis-devel
parenttextproc/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/redis-devel')
-rw-r--r--databases/redis-devel/Makefile2
1 files changed, 1 insertions, 1 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>