diff options
author | mharo <mharo@FreeBSD.org> | 2004-12-28 18:37:17 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2004-12-28 18:37:17 +0000 |
commit | 0714ce987ae6d68622d61c3e61f985322e8043fc (patch) | |
tree | c74ecddc9eb50f7e69ada3979d14907b2be05912 /databases | |
parent | 43daccbdcad2cdc1873353a3667b86959432b56b (diff) | |
download | FreeBSD-ports-0714ce987ae6d68622d61c3e61f985322e8043fc.zip FreeBSD-ports-0714ce987ae6d68622d61c3e61f985322e8043fc.tar.gz |
Update geos dependency library version
Submitted by: Rolandas Garska <rolandas.garska@ik.ku.lt>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile index a7835d4..3b51b28 100644 --- a/databases/postgis/Makefile +++ b/databases/postgis/Makefile @@ -31,7 +31,7 @@ PGSQL_SRC= ${PGSQL_PORTDIR}/work/postgresql-7.4.6 INSTALL_TARGET= install .if defined(WITH_GEOS) -LIB_DEPENDS+= geos.1:${PORTSDIR}/graphics/geos +LIB_DEPENDS+= geos.2:${PORTSDIR}/graphics/geos .endif post-extract: |