diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-28 11:43:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-28 11:43:59 +0000 |
commit | fa9f53cd1e6ab5798a2eb767d94ddafa2fd4808c (patch) | |
tree | 39d1536739ca7e7b62ff4e72dd13b1a50aac67fa /databases/postgis20 | |
parent | 103a2dc4dce78149059bf216804366898b570a8e (diff) | |
download | ports-fa9f53cd1e6ab5798a2eb767d94ddafa2fd4808c.tar.gz ports-fa9f53cd1e6ab5798a2eb767d94ddafa2fd4808c.zip |
Notes
Diffstat (limited to 'databases/postgis20')
-rw-r--r-- | databases/postgis20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgis20/Makefile b/databases/postgis20/Makefile index 26ca390424df..7c5abbbd318c 100644 --- a/databases/postgis20/Makefile +++ b/databases/postgis20/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj \ libgeos.so:${PORTSDIR}/graphics/geos \ libjson.so:${PORTSDIR}/devel/json-c -RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server +RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER_NODOT}-server CONFLICTS= postgis-1.* postgis-2.1.* |