diff options
Diffstat (limited to 'lang/ruby30')
-rw-r--r-- | lang/ruby30/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/ruby30/Makefile b/lang/ruby30/Makefile index b4e564ce8bd8..1dddd85809bf 100644 --- a/lang/ruby30/Makefile +++ b/lang/ruby30/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= libffi>=0:devel/libffi LIB_DEPENDS= libyaml.so:textproc/libyaml RUN_DEPENDS= libffi>=0:devel/libffi -USES= autoreconf cpe ssl tar:xz +USES= autoreconf cpe ruby:none ssl tar:xz CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --disable-rpath \ @@ -40,9 +40,6 @@ USE_LDCONFIG= yes WRKSRC= ${RUBY_WRKSRC} RUBY_VER= 3.0 -USE_RUBY= yes -RUBY_NO_BUILD_DEPENDS= yes -RUBY_NO_RUN_DEPENDS= yes OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES GMP RDOC OPTIONS_DEFAULT= RDOC LIBEDIT |