mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
4b19d1dde9
Sponsored by: Absolight
18 lines
300 B
Makefile
18 lines
300 B
Makefile
# $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
|