aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-28 20:27:33 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-28 20:27:33 +0000
commit7b8b0b7425eeef2bc0a0295cb0dc5156648fcac2 (patch)
treea9163b616418498ccd704ddc105314504b0e5ded /science
parent4b4ff99ee62329da5faa5f91c9ad2c2b4becc97a (diff)
downloadports-7b8b0b7425eeef2bc0a0295cb0dc5156648fcac2.tar.gz
ports-7b8b0b7425eeef2bc0a0295cb0dc5156648fcac2.zip
science/simgrid: enable libunwind on armv7
Diffstat (limited to 'science')
-rw-r--r--science/simgrid/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/science/simgrid/Makefile b/science/simgrid/Makefile
index 7fd9f9c71971..14b5bcd86dc7 100644
--- a/science/simgrid/Makefile
+++ b/science/simgrid/Makefile
@@ -1,5 +1,6 @@
PORTNAME= SimGrid
DISTVERSION= 3.27
+PORTREVISION= 1
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
@@ -13,6 +14,7 @@ LIB_DEPENDS= libboost_context.so:devel/boost-libs \
${LIB_DEPENDS_${ARCH}}
LIB_DEPENDS_aarch64= libunwind.so:devel/libunwind
LIB_DEPENDS_amd64= libunwind.so:devel/libunwind
+LIB_DEPENDS_armv7= libunwind.so:devel/libunwind
LIB_DEPENDS_i386= libunwind.so:devel/libunwind
LIB_DEPENDS_powerpc64= libunwind.so:devel/libunwind
LIB_DEPENDS_powerpc64le= libunwind.so:devel/libunwind