aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdal
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-09-18 11:09:09 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-09-18 11:09:09 +0000
commit08aeac351c7c7478987a325d87892b293df2d62a (patch)
tree598f18aa7c19d3e587799ebd78f651bedbb61b27 /graphics/gdal
parent64330e03907335c9c656b413fbcc96461ae76179 (diff)
downloadports-08aeac351c7c7478987a325d87892b293df2d62a.tar.gz
ports-08aeac351c7c7478987a325d87892b293df2d62a.zip
- Correct geos depobj
PR: ports/138897 Reported by: Jaroslav Stepan <stepan@zabreh.cz> Feature safe: yes
Notes
Notes: svn path=/head/; revision=241644
Diffstat (limited to 'graphics/gdal')
-rw-r--r--graphics/gdal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 746a6da9ed77..284cd9ce5f18 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -88,7 +88,7 @@ CONFIGURE_ARGS+= --with-expat=no
.endif
.if defined(WITH_GEOS)
-LIB_DEPENDS+= geos.7:${PORTSDIR}/graphics/geos
+LIB_DEPENDS+= geos.0:${PORTSDIR}/graphics/geos
CONFIGURE_ARGS+= --with-geos=${LOCALBASE}/bin/geos-config
.else
CONFIGURE_ARGS+= --with-geos=no