summaryrefslogtreecommitdiff
path: root/databases/postgis
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2004-11-10 05:38:19 +0000
committerMichael Haro <mharo@FreeBSD.org>2004-11-10 05:38:19 +0000
commit3e992df0e33f106894d81896fadf46987b7befff (patch)
treedc67224a8800fbc395d0bc4539ddfc8dbd3eccd4 /databases/postgis
parentupdate for proj library bump (diff)
update proj library version
Notes
Notes: svn path=/head/; revision=121285
Diffstat (limited to 'databases/postgis')
-rw-r--r--databases/postgis/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile
index b2159fbe0c83..a7835d497b7c 100644
--- a/databases/postgis/Makefile
+++ b/databases/postgis/Makefile
@@ -16,13 +16,15 @@ MAINTAINER= anderson@cnpm.embrapa.br
COMMENT= Adds support for geographic objects to PostgreSQL databases
BUILD_DEPENDS= ${PGSQL_SRC}/src/Makefile.global:${PORTSDIR}/databases/postgresql7:configure
-LIB_DEPENDS= proj.3:${PORTSDIR}/graphics/proj \
+LIB_DEPENDS= proj.5:${PORTSDIR}/graphics/proj \
pq:${PORTSDIR}/databases/postgresql7
USE_GMAKE= yes
USE_PERL5_BUILD= yes
MAKE_ARGS= PGSQL_SRC=${PGSQL_SRC}
+OPTIONS= GEOS "Include GEOS - the OpenGIS 'Simple Features for SQL'" off
+
PGSQL_PORTDIR= ${WRKDIR}/../../../databases/postgresql7
WRKSRC= ${WRKDIR}/postgis-${PORTVERSION}
PGSQL_SRC= ${PGSQL_PORTDIR}/work/postgresql-7.4.6