From d9b3f2d70221e2edb53316d0af198504f8090ae1 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 22 Sep 2017 10:48:28 +0000 Subject: Remove USES=execinfo. PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 --- www/node/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/node') diff --git a/www/node/Makefile b/www/node/Makefile index 2c735d86261b..2c3614e7f4c5 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -36,7 +36,7 @@ NLS_LIB_DEPENDS= libicui18n.so:devel/icu DTRACE_CONFIGURE_ON= --with-dtrace -USES= compiler:c++11-lib execinfo gmake python:2,build pkgconfig \ +USES= compiler:c++11-lib gmake python:2,build pkgconfig \ localbase shebangfix HAS_CONFIGURE= yes -- cgit