# HG changeset patch # User Pascal Bellard # Date 1520434171 -3600 # Node ID e2ec3520cf883ec28e459629f9f01e6e17f9f9d1 # Parent 33f17372d8e602ebb4cdbf46b5ed644fdf4533c1 libpostgresqlclient, postgis: update deps diff -r 33f17372d8e6 -r e2ec3520cf88 libpostgresqlclient/receipt --- a/libpostgresqlclient/receipt Mon Mar 05 15:52:59 2018 +0100 +++ b/libpostgresqlclient/receipt Wed Mar 07 15:49:31 2018 +0100 @@ -9,6 +9,8 @@ WEB_SITE="http://www.postgresql.org/" WANTED="postgresql" +DEPENDS="libboost-chrono libboost-date-time mpfr" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 33f17372d8e6 -r e2ec3520cf88 postgis/receipt --- a/postgis/receipt Mon Mar 05 15:52:59 2018 +0100 +++ b/postgis/receipt Wed Mar 07 15:49:31 2018 +0100 @@ -10,7 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://download.osgeo.org/postgis/source/$TARBALL" -DEPENDS="geos proj libpostgresqlclient libxml2 libgdal" +DEPENDS="geos proj libpostgresqlclient libxml2 libgdal libpng" BUILD_DEPENDS="pkg-config postgresql-dev geos-dev proj-dev libxml2-dev \ gtk+-dev gdal-dev jasper-dev curl-dev libpostgresqlclient tiff"