diff options
Diffstat (limited to 'www/node6')
-rw-r--r-- | www/node6/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/node6/Makefile b/www/node6/Makefile index d84a1186a99d..7e90dc09737c 100644 --- a/www/node6/Makefile +++ b/www/node6/Makefile @@ -21,9 +21,8 @@ OPTIONS_SUB= yes OPTIONS_EXCLUDE+= DTRACE .endif -OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE -OPTIONS_EXCLUDE_FreeBSD_10+= DTRACE -OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}} +OPTIONS_EXCLUDE_FreeBSD_9= DTRACE +OPTIONS_EXCLUDE_FreeBSD_10= DTRACE BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation BUNDLED_SSL_USES_OFF= ssl |