diff options
Diffstat (limited to 'www/node12/Makefile')
-rw-r--r-- | www/node12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/node12/Makefile b/www/node12/Makefile index 585506b3ba16..abb78d9f29ad 100644 --- a/www/node12/Makefile +++ b/www/node12/Makefile @@ -13,7 +13,7 @@ COMMENT= V8 JavaScript for client and server LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_SSL= openssl libressl libressl-devel +BROKEN_SSL= libressl libressl-devel BROKEN_SSL_REASON= Node.js 12.x LTS requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 |