diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-12-09 20:57:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-12-09 20:57:00 +0800 |
commit | 93fdd0000df648c641627fff3d71bc2dcd8a5a19 (patch) | |
tree | 6b657d8cba96ed2e7626ff54c4022c222a02ffe6 /lang | |
parent | d6c7b6d58d8e3c806f7bcf486a4419030364c29a (diff) | |
download | freebsd-ports-gnome-93fdd0000df648c641627fff3d71bc2dcd8a5a19.tar.gz freebsd-ports-gnome-93fdd0000df648c641627fff3d71bc2dcd8a5a19.tar.zst freebsd-ports-gnome-93fdd0000df648c641627fff3d71bc2dcd8a5a19.zip |
- Use USES=ssl
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby23/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ruby23/Makefile b/lang/ruby23/Makefile index 40be0e6994c3..01089668668f 100644 --- a/lang/ruby23/Makefile +++ b/lang/ruby23/Makefile @@ -37,8 +37,7 @@ GNU_CONFIGURE= yes LIBS+= -lpthread -L${LOCALBASE}/lib MAKE_ENV= LC_ALL=C USE_LDCONFIG= yes -USE_OPENSSL= yes -USES= autoreconf cpe execinfo tar:xz +USES= autoreconf cpe execinfo ssl tar:xz WRKSRC= ${RUBY_WRKSRC} RUBY_VER= 2.3 |