aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-11-19 08:13:56 +0000
committerJuraj Lutter <otis@FreeBSD.org>2022-12-07 12:29:15 +0000
commit00ec0f21d37af11dbc2d66c20f20f0dc419fc352 (patch)
tree096a62db9c6b5cf10a266a41d0d80cbcf1b3ec17
parentd7b5e9e17685531752d4bea51d18db6401f923a0 (diff)
downloadports-00ec0f21d37af11dbc2d66c20f20f0dc419fc352.tar.gz
ports-00ec0f21d37af11dbc2d66c20f20f0dc419fc352.zip
www/node16: Remove no-op OPTIONS_DEFAULT+=${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
Approved by: portmgr (blanket) (cherry picked from commit 52db0296aedbc528fbf3f1dabe1ad89829c688ad)
-rw-r--r--www/node16/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/node16/Makefile b/www/node16/Makefile
index a214ce14e16a..83a94ccc3007 100644
--- a/www/node16/Makefile
+++ b/www/node16/Makefile
@@ -21,7 +21,6 @@ USES= compiler:c++11-lib gmake python:3.6-3.10,build pkgconfig \
OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE COREPACK
OPTIONS_DEFAULT= DTRACE COREPACK
-OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
OPTIONS_SUB= yes
.if !exists(/usr/sbin/dtrace)