Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Dec 2016 12:57:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428192 - head/lang/ruby23
Message-ID:  <201612091257.uB9Cv0Cx062020@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Dec  9 12:57:00 2016
New Revision: 428192
URL: https://svnweb.freebsd.org/changeset/ports/428192

Log:
  - Use USES=ssl

Modified:
  head/lang/ruby23/Makefile

Modified: head/lang/ruby23/Makefile
==============================================================================
--- head/lang/ruby23/Makefile	Fri Dec  9 12:56:55 2016	(r428191)
+++ head/lang/ruby23/Makefile	Fri Dec  9 12:57:00 2016	(r428192)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612091257.uB9Cv0Cx062020>