aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-28 20:27:28 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-28 20:27:28 +0000
commit7d1d2e947bc05f98f21a9e1df197138462652657 (patch)
tree81866e33ea0242aee45342d0345a0b97893810e8
parent3c7a9f20ead983d6fd824c7f435da5f3f10cb15b (diff)
downloadports-7d1d2e947bc05f98f21a9e1df197138462652657.tar.gz
ports-7d1d2e947bc05f98f21a9e1df197138462652657.zip
math/pdal: enable libunwind on all supported architectures
-rw-r--r--math/pdal/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/pdal/Makefile b/math/pdal/Makefile
index 6b18d16128ce..185b3822ecab 100644
--- a/math/pdal/Makefile
+++ b/math/pdal/Makefile
@@ -2,7 +2,7 @@
PORTNAME= pdal
DISTVERSION= 2.3.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math databases graphics
MAINTAINER= lbartoletti@FreeBSD.org
@@ -23,8 +23,10 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \
${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
USES= cmake compiler:c++11-lib pathfix pkgconfig ssl
USE_LDCONFIG= yes