aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-01-15 02:42:03 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-01-15 02:45:23 +0000
commit2d00178fd4d952c698d3413800c3bd1b6cfc98a9 (patch)
treeb0881172ea8e79250cf341d237d9f9cc6248e3f6 /textproc
parent6ef6944084c27cbe91fb6c6dc5f051200247ba06 (diff)
downloadports-2d00178fd4d952c698d3413800c3bd1b6cfc98a9.tar.gz
ports-2d00178fd4d952c698d3413800c3bd1b6cfc98a9.zip
*/*: 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 'textproc')
-rw-r--r--textproc/redland-bindings/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/redland-bindings/Makefile b/textproc/redland-bindings/Makefile
index 87df73b49449..79dfdbd169e4 100644
--- a/textproc/redland-bindings/Makefile
+++ b/textproc/redland-bindings/Makefile
@@ -29,6 +29,6 @@ PHP_USES= php:build
PYTHON_CONFIGURE_WITH= python python-libext=${PYTHON_EXT_SUFFIX}.so
PYTHON_USES= python
RUBY_CONFIGURE_WITH= ruby
-RUBY_USE= RUBY=yes
+RUBY_USES= ruby
.include <bsd.port.mk>