git: 52db0296aedb - main - www/node16: Remove no-op OPTIONS_DEFAULT+=${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Nov 2022 08:18:41 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=52db0296aedbc528fbf3f1dabe1ad89829c688ad commit 52db0296aedbc528fbf3f1dabe1ad89829c688ad Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-11-19 08:13:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-11-19 08:13:56 +0000 www/node16: Remove no-op OPTIONS_DEFAULT+=${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} Approved by: portmgr (blanket) --- www/node16/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/www/node16/Makefile b/www/node16/Makefile index 190ce5614c50..a0b39b045390 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)