diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-06 03:58:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-06 03:58:55 +0800 |
commit | ee2e7ac0daaac4e16b924cefc768b3bdcd7436c7 (patch) | |
tree | 28f30c07ea4c1b40de6b8443b883b91f54ad24b6 /databases/postgis22/Makefile | |
parent | 98f7aaac8b2b5816deb3d4e4ade2e3072428ea21 (diff) | |
download | freebsd-ports-gnome-ee2e7ac0daaac4e16b924cefc768b3bdcd7436c7.tar.gz freebsd-ports-gnome-ee2e7ac0daaac4e16b924cefc768b3bdcd7436c7.tar.zst freebsd-ports-gnome-ee2e7ac0daaac4e16b924cefc768b3bdcd7436c7.zip |
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)
Diffstat (limited to 'databases/postgis22/Makefile')
-rw-r--r-- | databases/postgis22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgis22/Makefile b/databases/postgis22/Makefile index f0480e4ba459..b140552a7d33 100644 --- a/databases/postgis22/Makefile +++ b/databases/postgis22/Makefile @@ -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 |