diff options
author | Marc Fonvieille <blackend@FreeBSD.org> | 2024-09-18 06:43:44 +0000 |
---|---|---|
committer | Marc Fonvieille <blackend@FreeBSD.org> | 2024-09-18 06:43:44 +0000 |
commit | e8950a2ba6c5fcc7eee9cacab6e41b76d00a016c (patch) | |
tree | df9e1b1a1d54deba2ac1d416e4485d9a3e1617cc | |
parent | afd690c4e22491504d877bc6292830caee0f7288 (diff) |
UPDATING: fix a typo
-rw-r--r-- | UPDATING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ you update your ports collection, before attempting any port upgrades. Historically devel/binutils would implicitly use devel/elfutils when it discovers it previously installed. This resulted in it depending on, though not explicitly if previously found, elfutils when built manually. - This behvior has now changed. binutils will now disable any + This behavior has now changed. binutils will now disable any auto-dependency on elfutils. Users who build binutils manually and wish to have it depend on elfutls must now explicitly set the option when building binutils. |