summaryrefslogtreecommitdiff
path: root/databases/postgis
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-23 17:22:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-23 17:22:57 +0000
commit3eef7e1853cf2f1caf4edf59f67f90a9c8b1cd10 (patch)
treebb4129b5986a862ed37843bb434046b358291604 /databases/postgis
parentUpdate to 1.6.7 (diff)
- Update to 2.1.4
PR: ports/89459 Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
Notes
Notes: svn path=/head/; revision=149197
Diffstat (limited to 'databases/postgis')
-rw-r--r--databases/postgis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile
index 5749f4592a31..bf7c8ef78a21 100644
--- a/databases/postgis/Makefile
+++ b/databases/postgis/Makefile
@@ -57,7 +57,7 @@ MAKE_ARGS+= USE_ICONV=1
.endif
.if defined(WITH_GEOS)
-LIB_DEPENDS+= geos.2:${PORTSDIR}/graphics/geos
+LIB_DEPENDS+= geos.3:${PORTSDIR}/graphics/geos
MAKE_ARGS+= USE_GEOS=1
.else
MAKE_ARGS+= USE_GEOS=0