aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/firefox/Makefile.options3
-rw-r--r--www/node/Makefile5
-rw-r--r--www/node6/Makefile5
3 files changed, 5 insertions, 8 deletions
diff --git a/www/firefox/Makefile.options b/www/firefox/Makefile.options
index 7e622179a0ab..4bce44c853b2 100644
--- a/www/firefox/Makefile.options
+++ b/www/firefox/Makefile.options
@@ -17,8 +17,7 @@ OPTIONS_EXCLUDE+= DTRACE
.endif
# dtrace(1) crashes during build or fails to allocate space for probe
-OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE
-OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}}
+OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
BUNDLED_CAIRO_DESC?= Use bundled fork of cairo-1.9.5
CANBERRA_DESC?= Sound theme alerts
diff --git a/www/node/Makefile b/www/node/Makefile
index 4d2cd1f105b5..32ab243feff1 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -20,9 +20,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
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