summaryrefslogtreecommitdiff
path: root/databases/rrdtool12/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rrdtool12/Makefile')
-rw-r--r--databases/rrdtool12/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/rrdtool12/Makefile b/databases/rrdtool12/Makefile
index 14d6e0a62ff3..f4845f0e671f 100644
--- a/databases/rrdtool12/Makefile
+++ b/databases/rrdtool12/Makefile
@@ -28,7 +28,7 @@ OPTIONS_DEFAULT= PERL
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MRUBY}
-USE_RUBY= yes
+USES+= ruby
PLIST_SUB+= WITH_RUBY=""
CONFIGURE_ARGS+= --enable-ruby
.else