From 2329d40bc4e59638e511105667da2f730485614f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 13 Dec 2024 10:40:16 +0100 Subject: FreeBSD: Move gfind and gsed from BUILD_DEPENDS to EXTRACT_DEPENDS because they may be needed in the post-patch phase. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 0ca4ea5170ce161ba0be91ff24894537c2318bc1) --- freebsd/trinity.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'freebsd') diff --git a/freebsd/trinity.port.mk b/freebsd/trinity.port.mk index ecf2eb5e5..e5335e685 100644 --- a/freebsd/trinity.port.mk +++ b/freebsd/trinity.port.mk @@ -43,14 +43,14 @@ TDE_DEBUG?= 0 PKG_CONFIG_PATH=${TDE_PREFIX}/libdata/pkgconfig:/usr/local/libdata/pkgconfig:/usr/libdata/pkgconfig EXTRACT_DEPENDS=\ + gfind:misc/findutils \ + gsed:textproc/gsed \ gtar:archivers/gtar \ BUILD_DEPENDS=\ automake:devel/automake \ libtool:devel/libtool \ gettext:devel/gettext \ - gfind:misc/findutils \ - gsed:textproc/gsed \ bash:shells/bash \ USES+= ninja -- cgit v1.2.1