diff options
author | mharo <mharo@FreeBSD.org> | 2004-12-29 02:37:17 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2004-12-29 02:37:17 +0800 |
commit | 0714ce987ae6d68622d61c3e61f985322e8043fc (patch) | |
tree | c74ecddc9eb50f7e69ada3979d14907b2be05912 /databases/postgis | |
parent | 43daccbdcad2cdc1873353a3667b86959432b56b (diff) | |
download | freebsd-ports-gnome-0714ce987ae6d68622d61c3e61f985322e8043fc.tar.gz freebsd-ports-gnome-0714ce987ae6d68622d61c3e61f985322e8043fc.tar.zst freebsd-ports-gnome-0714ce987ae6d68622d61c3e61f985322e8043fc.zip |
Update geos dependency library version
Submitted by: Rolandas Garska <rolandas.garska@ik.ku.lt>
Diffstat (limited to 'databases/postgis')
-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 a7835d497b7c..3b51b28f0fe9 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: |