diff options
Diffstat (limited to 'lang/ruby21/Makefile')
-rw-r--r-- | lang/ruby21/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ruby21/Makefile b/lang/ruby21/Makefile index 2bb5dc203bf3..2fc67cb6c5ce 100644 --- a/lang/ruby21/Makefile +++ b/lang/ruby21/Makefile @@ -36,8 +36,7 @@ GNU_CONFIGURE= yes # Keep this, else ruby will fail to load libraries dependent of libpthread. LIBS+= -lpthread -L${LOCALBASE}/lib USE_LDCONFIG= yes -USE_OPENSSL= yes -USES= autoreconf cpe execinfo tar:xz +USES= autoreconf cpe execinfo tar:xz ssl WRKSRC= ${RUBY_WRKSRC} RUBY_VER= 2.1 |