Skip to content

Commit

Permalink
Mk/bsd.options.mk: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mat813 committed Feb 3, 2024
1 parent f4dbff6 commit 0649234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mk/bsd.options.mk
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0649234

Please sign in to comment.