summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2021-06-16 06:59:45 +0200
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2021-06-16 07:01:47 +0200
commitc485094ccc49a5f41e87198d7158ec6e6921152b (patch)
treecaac562a4075ca4a6e1b1295a5d050ab7965bc89 /databases
parenttextproc/ibus-table: Update 1.13.2 -> 1.13.3 (diff)
archivers/lazperf: Uses liblazperf.so
Since lazperf is no longer header-only it is better to indicate the dependency on the lib. This commit unbreak databases/grass7 build.
Diffstat (limited to 'databases')
-rw-r--r--databases/pointcloud/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/pointcloud/Makefile b/databases/pointcloud/Makefile
index 92da7487ab16..435d6b8b85c1 100644
--- a/databases/pointcloud/Makefile
+++ b/databases/pointcloud/Makefile
@@ -2,7 +2,7 @@
PORTNAME= pointcloud
PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= databases geography
@@ -15,8 +15,8 @@ COMMENT= LIDAR types for PostgreSQL
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
-BUILD_DEPENDS= ${LOCALBASE}/include/lazperf/lazperf.hpp:archivers/lazperf
-LIB_DEPENDS= libght.so:devel/libght
+LIB_DEPENDS= libght.so:devel/libght \
+ liblazperf.so:archivers/lazperf
USES= autoreconf compiler:c++0x gmake gnome pgsql
WANT_PGSQL= server