mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Mk/bsd.options.mk: fix typo
This commit is contained in:
parent
f4dbff62e8
commit
064923481f
@ -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…
Reference in New Issue
Block a user