diff options
| -rw-r--r-- | www/node24/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/node24/Makefile b/www/node24/Makefile index 618a13526753..f1e6a607aea3 100644 --- a/www/node24/Makefile +++ b/www/node24/Makefile @@ -1,7 +1,7 @@ PORTNAME= node PORTVERSION= ${NODEJS_PORTVERSION} DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= ${PORTVERSION:R:R} @@ -30,7 +30,7 @@ LIB_DEPENDS= libbrotlidec.so:archivers/brotli \ libuv.so:devel/libuv \ libzstd.so:archivers/zstd -USES= compiler:c++11-lang gmake localbase pkgconfig python:build shebangfix sqlite tar:xz +USES= compiler:c++11-lang gmake localbase pkgconfig python:build shebangfix tar:xz CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \ --shared-brotli \ @@ -41,7 +41,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \ --shared-nghttp3 \ --shared-ngtcp2 \ --shared-simdjson \ - --shared-sqlite \ --shared-zlib \ --shared-zstd \ --with-intl=system-icu \ @@ -92,7 +91,6 @@ post-patch: @${RM} -r ${WRKSRC}/deps/ngtcp2/ @${RM} -r ${WRKSRC}/deps/npm/ @${RM} -r ${WRKSRC}/deps/simdjson/ - @${RM} -r ${WRKSRC}/deps/sqlite/ @${RM} -r ${WRKSRC}/deps/uv/ @${RM} -r ${WRKSRC}/deps/zlib/ @${RM} -r ${WRKSRC}/deps/zstd/ |
