diff options
author | mharo <mharo@FreeBSD.org> | 2004-11-10 13:38:19 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2004-11-10 13:38:19 +0800 |
commit | d084d7b7b3d16cdb51740941ccbd882cdc504b98 (patch) | |
tree | 21ef430bf713af7f23a2bf6f775eb03a31980dd2 | |
parent | 7c6bc9e0dc83f28247a1f048c19448617ce67db4 (diff) | |
download | freebsd-ports-gnome-d084d7b7b3d16cdb51740941ccbd882cdc504b98.tar.gz freebsd-ports-gnome-d084d7b7b3d16cdb51740941ccbd882cdc504b98.tar.zst freebsd-ports-gnome-d084d7b7b3d16cdb51740941ccbd882cdc504b98.zip |
update proj library version
-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 |