aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses/execinfo.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/Uses/execinfo.mk')
-rw-r--r--Mk/Uses/execinfo.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/execinfo.mk b/Mk/Uses/execinfo.mk
index 3c4d0b846a04..d185dc01e262 100644
--- a/Mk/Uses/execinfo.mk
+++ b/Mk/Uses/execinfo.mk
@@ -19,7 +19,7 @@
_INCLUDE_USES_EXECINFO_MK= yes
.if !exists(/usr/lib/libexecinfo.so)
-LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+LIB_DEPENDS+= libexecinfo.so:devel/libexecinfo
EXECINFO_CPPFLAGS= -I${LOCALBASE}/include
EXECINFO_LDFLAGS= -L${LOCALBASE}/lib
.endif