diff options
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 |