diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-13 17:43:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-13 17:43:55 +0000 |
commit | db5d0284e6e96862818f47d5a65c0c2c480fd3d8 (patch) | |
tree | ad840a9281fc0b63e849d51e05a4371aa4585af7 /lang | |
parent | Add https://*.fedoraproject.org. (diff) |
Mark a few more ports BROKEN with openssl-devel.
Sponsored by: Absolight
Diffstat (limited to '')
-rw-r--r-- | lang/ruby23/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ruby23/Makefile b/lang/ruby23/Makefile index 65af26c2eb57..4a28c22d0282 100644 --- a/lang/ruby23/Makefile +++ b/lang/ruby23/Makefile @@ -73,6 +73,10 @@ CPE_UPDATE= p${RUBY_PATCHLEVEL} .include <bsd.port.pre.mk> +.if ${SSL_DEFAULT} == openssl-devel +BROKEN= Does not detect and buid the openssl*.rb bits. +.endif + # PORTREVISION/PORTEPOCH hack .if ${PORTREVISION} != 0 |