diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-27 23:17:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-27 23:17:38 +0000 |
commit | 78f963d9bd429f620c69a3be14bb27f1405cd787 (patch) | |
tree | 6441f17e6a1f1f5e4e71a90d6e069f0d6c2ed379 /databases/postgis/Makefile | |
parent | 3dca10884c073194f5e6cd73b95ae303f578b7cd (diff) |
- Chase graphics/proj shlib bump
Notes
Notes:
svn path=/head/; revision=244872
Diffstat (limited to 'databases/postgis/Makefile')
-rw-r--r-- | databases/postgis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile index 3546454f9e0d..8f5b104eca61 100644 --- a/databases/postgis/Makefile +++ b/databases/postgis/Makefile @@ -7,6 +7,7 @@ PORTNAME= postgis DISTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://postgis.refractions.net/download/ \ http://www.postgis.org/download/ @@ -15,7 +16,7 @@ MAINTAINER= anderson@cnpm.embrapa.br COMMENT= Adds support for geographic objects to PostgreSQL databases BUILD_DEPENDS= ${LOCALBASE}/bin/geos-config:${PORTSDIR}/graphics/geos -LIB_DEPENDS= proj.5:${PORTSDIR}/graphics/proj +LIB_DEPENDS= proj.6:${PORTSDIR}/graphics/proj RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server USE_BISON= build |