Date: Sat, 12 Sep 2020 19:28:21 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548416 - head/math/pdal Message-ID: <202009121928.08CJSLvq082028@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sat Sep 12 19:28:21 2020 New Revision: 548416 URL: https://svnweb.freebsd.org/changeset/ports/548416 Log: math/pdal: add libunwind to dependencies on powerpc64 Now that libunwind works on powerpc64, this port builds fine with it being depended on. Modified: head/math/pdal/Makefile Modified: head/math/pdal/Makefile ============================================================================== --- head/math/pdal/Makefile Sat Sep 12 19:27:52 2020 (r548415) +++ head/math/pdal/Makefile Sat Sep 12 19:28:21 2020 (r548416) @@ -3,6 +3,7 @@ PORTNAME= pdal DISTVERSION= 2.2.0 +PORTREVISIO= 1 CATEGORIES= math databases graphics MAINTAINER= lbartoletti@FreeBSD.org @@ -24,6 +25,7 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ LIB_DEPENDS_aarch64= libunwind.so:devel/libunwind LIB_DEPENDS_amd64= libunwind.so:devel/libunwind LIB_DEPENDS_i386= libunwind.so:devel/libunwind +LIB_DEPENDS_powerpc64= libunwind.so:devel/libunwind USES= cmake compiler:c++11-lib pathfix pkgconfig ssl USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009121928.08CJSLvq082028>