aboutsummaryrefslogtreecommitdiff
path: root/www/node
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-29 14:22:47 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-29 14:22:47 +0000
commit61155ffd860633fbcdbb8d25dba50b3342e7ee21 (patch)
treee5b127ee6a72d6825c3281907d700d1adf36dc47 /www/node
parent91ca14e1fa860a43e4f4e5cedc58900af28c2840 (diff)
downloadports-61155ffd860633fbcdbb8d25dba50b3342e7ee21.tar.gz
ports-61155ffd860633fbcdbb8d25dba50b3342e7ee21.zip
Notes
Diffstat (limited to 'www/node')
-rw-r--r--www/node/Makefile2
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