diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-04 17:23:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-04 17:23:09 +0800 |
commit | 10de4338c5b524fbd73a28d39234dba4e9688c47 (patch) | |
tree | 2cbeac3950153b8651251395d1328ad149f5b1a1 /databases | |
parent | ed0732480792669bf0dc4af22b9a48214a7be43e (diff) | |
download | freebsd-ports-gnome-10de4338c5b524fbd73a28d39234dba4e9688c47.tar.gz freebsd-ports-gnome-10de4338c5b524fbd73a28d39234dba4e9688c47.tar.zst freebsd-ports-gnome-10de4338c5b524fbd73a28d39234dba4e9688c47.zip |
Fix dependency after switch to USES=pgsql
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgis21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgis21/Makefile b/databases/postgis21/Makefile index bae944beb389..d98b93a7e35c 100644 --- a/databases/postgis21/Makefile +++ b/databases/postgis21/Makefile @@ -14,7 +14,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.0.* LATEST_LINK= postgis21 |