mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Convert to new LIB_DEPENDS syntax
Approved by: crees (mentor)
This commit is contained in:
parent
9af3f6eaff
commit
4ae045f484
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328658
@ -344,7 +344,7 @@ _USE_EFL_ECORE_UQ+= ${COMP}
|
||||
. endfor
|
||||
|
||||
. for COMP in ${_USE_EFL_ECORE_UQ}
|
||||
LIB_DEPENDS+= ${_ecore_${COMP}_NAME}.${_ecore_VERSION}:${PORTSDIR}/${_ecore_${COMP}_CATEGORY}/${_ecore_${COMP}_PORTNAME}
|
||||
LIB_DEPENDS+= lib${_ecore_${COMP}_NAME}.so.${_ecore_VERSION}:${PORTSDIR}/${_ecore_${COMP}_CATEGORY}/${_ecore_${COMP}_PORTNAME}
|
||||
. endfor
|
||||
|
||||
.endif #USE_EFL_ECORE
|
||||
@ -388,7 +388,7 @@ _USE_EFL_UQ+= ${LIB}
|
||||
# define dependencies
|
||||
#
|
||||
.for LIB in ${_USE_EFL_UQ}
|
||||
LIB_DEPENDS+= ${_${LIB}_SLIB}.${_${LIB}_VERSION}:${PORTSDIR}/${_${LIB}_CATEGORY}/${_${LIB}_PORTNAME}
|
||||
LIB_DEPENDS+= lib${_${LIB}_SLIB}.so.${_${LIB}_VERSION}:${PORTSDIR}/${_${LIB}_CATEGORY}/${_${LIB}_PORTNAME}
|
||||
.endfor
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user