mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Use WANT_PGSQL instead of hard-coded RUN_DEPENDS
Note that postgresql-client was already brought in via USES=pgsql. Therefore the equivalent WANT_PGSQL is "lib server". Approved by: portmgr (blanket)
This commit is contained in:
parent
45bf5edc43
commit
09564cf62c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437827
@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LIB_DEPENDS= libproj.so:graphics/proj \
|
||||
libgeos.so:graphics/geos \
|
||||
libjson-c.so:devel/json-c
|
||||
RUN_DEPENDS= postmaster:databases/postgresql${PGSQL_VER_NODOT}-server
|
||||
|
||||
CONFLICTS= postgis20-2.0.* postgis-2.1.* postgis23-2.3.*
|
||||
|
||||
@ -28,6 +27,7 @@ SHEBANG_FILES= extensions/address_standardizer/*.pl raster/test/regress/*.pl \
|
||||
USE_GNOME= libxml2
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5= build
|
||||
WANT_PGSQL= lib server
|
||||
|
||||
OPTIONS_DEFINE= LOADERGUI RASTER TOPOLOGY SFCGAL ADDRSTD
|
||||
OPTIONS_DEFAULT= TOPOLOGY ADDRSTD
|
||||
|
Loading…
Reference in New Issue
Block a user