From a9fb43731f13f4ddbe4e900c6673e591c40399db Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 29 Nov 2016 18:46:21 +0000 Subject: Mark some ports as not openssl-devel ready. Sponsored by: Absolight --- lang/ruby22/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/ruby22') diff --git a/lang/ruby22/Makefile b/lang/ruby22/Makefile index b0c376a8af47..6a837ce8876b 100644 --- a/lang/ruby22/Makefile +++ b/lang/ruby22/Makefile @@ -79,6 +79,10 @@ CPE_UPDATE= p${RUBY_PATCHLEVEL} .include +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + # PORTEPOCH/PORTREVISION hack .if ${PORTEPOCH} != 0 -- cgit