From 5568a8fc3ae4ae61ec89df0da1571ebdd49cd384 Mon Sep 17 00:00:00 2001 From: i0ntempest Date: Mon, 6 Jul 2026 10:23:21 +0800 Subject: [PATCH] quickjs-ng: use cmake --- devel/quickjs-ng/Portfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/devel/quickjs-ng/Portfile b/devel/quickjs-ng/Portfile index fff84832cb1..97f9b8c48ae 100644 --- a/devel/quickjs-ng/Portfile +++ b/devel/quickjs-ng/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup legacysupport 1.1 -PortGroup makefile 1.0 +PortGroup cmake 1.1 github.setup quickjs-ng quickjs 0.15.1 v github.tarball_from archive @@ -32,8 +32,6 @@ compiler.c_standard 2011 compiler.blacklist-append \ {clang < 700} -build.env-append INSTALL_PREFIX=${prefix} - post-destroot { xinstall -d ${destroot}${prefix}/lib/pkgconfig xinstall -m 0644 ${filespath}/${github.project}.pc ${destroot}${prefix}/lib/pkgconfig