git: 064923481f42 - main - Mk/bsd.options.mk: fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Feb 2024 12:12:46 UTC
The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=064923481f420136c46895d1047344c580be3c25 commit 064923481f420136c46895d1047344c580be3c25 Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2024-02-03 12:11:52 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2024-02-03 12:11:52 +0000 Mk/bsd.options.mk: fix typo --- Mk/bsd.options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mk/bsd.options.mk b/Mk/bsd.options.mk index dba8829e7d73..83a03c885ff0 100644 --- a/Mk/bsd.options.mk +++ b/Mk/bsd.options.mk @@ -555,7 +555,7 @@ ${deptype}_DEPENDS+= ${${opt}_${deptype}_DEPENDS} . endif . for p in ${SUBPACKAGES} . if defined(${opt}_${deptype}_DEPENDS.${p}) -${deptype}_DEPENDS.{p}+= ${${opt}_${deptype}_DEPENDS.${p}} +${deptype}_DEPENDS.${p}+= ${${opt}_${deptype}_DEPENDS.${p}} . endif . endfor . endfor @@ -631,7 +631,7 @@ ${deptype}_DEPENDS+= ${${opt}_${deptype}_DEPENDS_OFF} . endif . for p in ${SUBPACKAGES} . if defined(${opt}_${deptype}_DEPENDS_OFF.${p}) -${deptype}_DEPENDS.{p}+= ${${opt}_${deptype}_DEPENDS_OFF.${p}} +${deptype}_DEPENDS.${p}+= ${${opt}_${deptype}_DEPENDS_OFF.${p}} . endif . endfor . endfor