aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2024-05-16 06:12:25 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2024-05-16 06:12:25 +0000
commit178aa7ce63d4eefc01c485fb5d953a7e9a3ff0a2 (patch)
tree0a4999b0eb1071de9b324cf9ee813e271acdd7fd
parent26027bcf0da9d38bd22ad001ad2c8fb04c1855ed (diff)
downloadports-178aa7ce63d4eefc01c485fb5d953a7e9a3ff0a2.tar.gz
ports-178aa7ce63d4eefc01c485fb5d953a7e9a3ff0a2.zip
fusefs-lkl: gcc+binutils is only needed to build
There are no run-time requirements on GCC, so don't force the install of GCC, and worse Binutils to conflict with base utilities. PR: 278848 Pull Request: https://github.com/freebsd/freebsd-ports/pull/251
-rw-r--r--sysutils/fusefs-lkl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fusefs-lkl/Makefile b/sysutils/fusefs-lkl/Makefile
index 4aa7661c4ffe..86585dde4e96 100644
--- a/sysutils/fusefs-lkl/Makefile
+++ b/sysutils/fusefs-lkl/Makefile
@@ -18,8 +18,8 @@ USES= bison:build fuse gmake python:build shebangfix
SHEBANG_FILES= ../../arch/lkl/scripts/headers_install.py
BINARY_ALIAS= sed=gsed \
stat=gnustat
-USE_BINUTILS= yes
-USE_GCC= yes
+USE_BINUTILS= yes:build
+USE_GCC= yes:build
USE_GITHUB= yes
GH_PROJECT= linux
GH_TAGNAME= 86dd3afb590eccc1903611bdaa8bac87757eb80d