diff options
Diffstat (limited to 'databases/postgis/Makefile')
-rw-r--r-- | databases/postgis/Makefile | 4 |
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 |