diff options
Diffstat (limited to 'lang/ruby27/Makefile')
-rw-r--r-- | lang/ruby27/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/ruby27/Makefile b/lang/ruby27/Makefile index 1326301338a5..73c1965bae3d 100644 --- a/lang/ruby27/Makefile +++ b/lang/ruby27/Makefile @@ -24,7 +24,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 \ @@ -44,9 +44,6 @@ WRKSRC= ${RUBY_WRKSRC} MAKE_JOBS_UNSAFE= yes RUBY_VER= 2.7 -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 |