diff options
Diffstat (limited to 'www/node19/Makefile')
-rw-r--r-- | www/node19/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/node19/Makefile b/www/node19/Makefile index 7273636a79e4..2cf11cfc3e18 100644 --- a/www/node19/Makefile +++ b/www/node19/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS= libbrotlidec.so:archivers/brotli \ libnghttp2.so:www/libnghttp2 \ libuv.so:devel/libuv -USES= compiler:c++11-lib gmake localbase pkgconfig python:3.6+,build shebangfix +USES= compiler:c++11-lib gmake localbase pkgconfig python:build shebangfix CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \ --shared-brotli \ |