diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-29 14:22:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-29 14:22:47 +0000 |
commit | 61155ffd860633fbcdbb8d25dba50b3342e7ee21 (patch) | |
tree | e5b127ee6a72d6825c3281907d700d1adf36dc47 /www/node | |
parent | 91ca14e1fa860a43e4f4e5cedc58900af28c2840 (diff) | |
download | ports-61155ffd860633fbcdbb8d25dba50b3342e7ee21.tar.gz ports-61155ffd860633fbcdbb8d25dba50b3342e7ee21.zip |
Notes
Diffstat (limited to 'www/node')
-rw-r--r-- | www/node/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/node/Makefile b/www/node/Makefile index b6a7ac8b054b..a831f1647a0e 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --shared-openssl .include <bsd.port.pre.mk> .if empty(PORT_OPTIONS:MBUNDLED_SSL) -.if defined(OPENSSL_PORT) && (${OPENSSL_PORT} == "security/libressl" || ${OPENSSL_PORT} == "security/libressl-devel") +.if !empty(SSL_DEFAULT:Mlibressl*) IGNORE= cannot build node.js with LibreSSL. You must enable BUNDLED_SSL .endif .endif |