diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-16 11:08:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-16 11:08:54 +0000 |
commit | 8743b72929845154a0805aaaa59b5f758b550ad1 (patch) | |
tree | 10c09fec15e67446b07aff4fd4aa933e7d2f4220 /lang | |
parent | fe32291a4903902297e1035bcc8dbea3ca8640e9 (diff) | |
download | ports-8743b72929845154a0805aaaa59b5f758b550ad1.tar.gz ports-8743b72929845154a0805aaaa59b5f758b550ad1.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby22/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/ruby22/Makefile b/lang/ruby22/Makefile index 2bf55d212fc4..d05fcf29057a 100644 --- a/lang/ruby22/Makefile +++ b/lang/ruby22/Makefile @@ -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 |