svn commit: r438650 - head/lang/ruby22

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 16 11:08:55 UTC 2017


Author: sunpoet
Date: Sun Apr 16 11:08:54 2017
New Revision: 438650
URL: https://svnweb.freebsd.org/changeset/ports/438650

Log:
  Use BROKEN_SSL

Modified:
  head/lang/ruby22/Makefile

Modified: head/lang/ruby22/Makefile
==============================================================================
--- head/lang/ruby22/Makefile	Sun Apr 16 11:08:49 2017	(r438649)
+++ head/lang/ruby22/Makefile	Sun Apr 16 11:08:54 2017	(r438650)
@@ -23,6 +23,8 @@ BUILD_DEPENDS=	libffi>=0:devel/libffi
 LIB_DEPENDS=	libyaml.so:textproc/libyaml
 RUN_DEPENDS=	libffi>=0:devel/libffi
 
+BROKEN_SSL=	openssl-devel
+
 CONFIGURE_ARGS=	${RUBY_CONFIGURE_ARGS} \
 		--disable-rpath \
 		--enable-pthread \
@@ -74,10 +76,6 @@ CPE_UPDATE=	p${RUBY_PATCHLEVEL}
 
 .include <bsd.port.pre.mk>
 
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN=		Does not build with openssl-devel
-.endif
-
 # PORTEPOCH/PORTREVISION hack
 
 .if ${PORTEPOCH} != 0


More information about the svn-ports-head mailing list