diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2024-02-22 22:04:07 +0100 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2024-02-24 06:23:52 +0100 |
commit | 4514eec41abbc0c530c639a1a140b8279530ee0a (patch) | |
tree | fd227e2cd0702d330d65ebaedfb8123ff2e41b7c | |
parent | e37fa74b91c4f9efb32b2d9c83f68fbe43634315 (diff) | |
download | freebsd-ports-4514eec41abbc0c530c639a1a140b8279530ee0a.zip |
databases/grass7: fix pkg-plist after pdal 2.6.3
-rw-r--r-- | databases/grass7/Makefile | 4 | ||||
-rw-r--r-- | databases/grass7/pkg-plist | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile index 0965f6b50c47..df0fb1155d37 100644 --- a/databases/grass7/Makefile +++ b/databases/grass7/Makefile @@ -1,6 +1,6 @@ PORTNAME= grass PORTVERSION= 7.8.7 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= databases geography MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ @@ -113,7 +113,7 @@ NLS_USES= gettext ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC ODBC_CONFIGURE_WITH= odbc PDAL_CONFIGURE_ON= --with-pdal=${LOCALBASE}/bin/pdal-config -PDAL_LIB_DEPENDS= libpdal_base.so:math/pdal +PDAL_LIB_DEPENDS= libpdalcpp.so:math/pdal PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= postgres SQLITE_USES= sqlite diff --git a/databases/grass7/pkg-plist b/databases/grass7/pkg-plist index ace21257fb7a..a05d463ab4b7 100644 --- a/databases/grass7/pkg-plist +++ b/databases/grass7/pkg-plist @@ -1258,6 +1258,12 @@ %%GRASS_INST_DIR%%/docs/html/r_li_richness_formula.png %%GRASS_INST_DIR%%/docs/html/r_li_shannon_formula.png %%GRASS_INST_DIR%%/docs/html/r_li_simpson_formula.png +%%GRASS_INST_DIR%%/docs/html/r_in_lidar.png +%%GRASS_INST_DIR%%/docs/html/r_in_lidar_base_raster.png +%%GRASS_INST_DIR%%/docs/html/r_in_lidar_binning_count.png +%%GRASS_INST_DIR%%/docs/html/r_in_lidar_binning_mean.png +%%GRASS_INST_DIR%%/docs/html/r_in_lidar_dem_mean3D.jpg +%%GRASS_INST_DIR%%/docs/html/r_in_lidar_zrange.png %%GRASS_INST_DIR%%/docs/html/r_mapcalc_simple.png %%GRASS_INST_DIR%%/docs/html/r_param_scale_morph.jpg %%GRASS_INST_DIR%%/docs/html/r_patch.png |