Skip to content
Snippets Groups Projects
Commit 06492348 authored by Mathieu Arnold's avatar Mathieu Arnold
Browse files

Mk/bsd.options.mk: fix typo

parent f4dbff62
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment