aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorPhil Krylov <phil@krylov.eu>2022-01-07 05:30:43 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2022-01-07 05:32:47 +0000
commit2bc774f905f0bed1869557c7e03e4aeb272b1a6a (patch)
tree5925245d95587d1e712c12c722fefa36a2e065a9 /converters
parenteefd07e31a45bc31d18df442e2a474c6e2d7506e (diff)
downloadports-2bc774f905f0bed1869557c7e03e4aeb272b1a6a.tar.gz
ports-2bc774f905f0bed1869557c7e03e4aeb272b1a6a.zip
converters/osm2pgrouting: The port does not need USES=pgsql
The port is not directly dependent on libpq, the dependency is through databases/libpqxx and is handled there. PR: 258761 Reported by: Phil Krylov <phil@krylov.eu>
Diffstat (limited to 'converters')
-rw-r--r--converters/osm2pgrouting/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/osm2pgrouting/Makefile b/converters/osm2pgrouting/Makefile
index cad9e563cb9a..7f13521e2bf2 100644
--- a/converters/osm2pgrouting/Makefile
+++ b/converters/osm2pgrouting/Makefile
@@ -13,12 +13,10 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libexpat.so:textproc/expat2 \
libpqxx.so:databases/postgresql-libpqxx
-USES= cmake compiler:c++17-lang pgsql
+USES= cmake compiler:c++17-lang
USE_GITHUB= yes
GH_ACCOUNT= pgRouting
-WANT_PGSQL= client
-
OPTIONS_DEFINE= DOCS
PORTDOCS= README.md