forked from Lainports/freebsd-ports
Mk/bsd.options.mk: fix typo
This commit is contained in:
parent
f4dbff62e8
commit
064923481f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue