diff options
author | Michael Haro <mharo@FreeBSD.org> | 2004-11-10 05:38:19 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2004-11-10 05:38:19 +0000 |
commit | 3e992df0e33f106894d81896fadf46987b7befff (patch) | |
tree | dc67224a8800fbc395d0bc4539ddfc8dbd3eccd4 /databases/postgis | |
parent | 29a47db843ec7ff4e00808f0ee3e72b758923a8d (diff) | |
download | ports-3e992df0e33f106894d81896fadf46987b7befff.tar.gz ports-3e992df0e33f106894d81896fadf46987b7befff.zip |
Notes
Diffstat (limited to 'databases/postgis')
-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 |