aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses/execinfo.mk
blob: 72bab07b2d1e1396edaae1a56321a242fadb771b (plain) (blame)
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