1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# $FreeBSD$ # # handle dependency on libexecinfo # # Feature: execinfo # Usage: USES=execinfo # # Take no arguments .if !defined(_INCLUDE_USES_EXECINFO_MK) _INCLUDE_USES_EXECINFO_MK= yes .if !exists(/usr/lib/libexecinfo.so) LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo .endif .endif