summaryrefslogtreecommitdiff
path: root/devel/linux-c7-strace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/linux-c7-strace/Makefile')
-rw-r--r--devel/linux-c7-strace/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/linux-c7-strace/Makefile b/devel/linux-c7-strace/Makefile
index f911fb94f4b1..cf4447760229 100644
--- a/devel/linux-c7-strace/Makefile
+++ b/devel/linux-c7-strace/Makefile
@@ -14,4 +14,12 @@ USE_LINUX_RPM= nolib
CPE_VENDOR= strace_project
+.include <bsd.port.options.mk>
+
+.if ${ARCH} == aarch64
+RUN_DEPENDS= ${LINUXBASE}/usr/lib64/libdw.so.1:devel/linux-c7-elfutils-libs
+.else
+RUN_DEPENDS= ${LINUXBASE}/usr/lib/libdw.so.1:devel/linux-c7-elfutils-libs
+.endif
+
.include <bsd.port.mk>