diff options
author | Michael Haro <mharo@FreeBSD.org> | 2004-12-28 18:37:17 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2004-12-28 18:37:17 +0000 |
commit | 48a08d79b79a7dc1fefa79492d8f90b2683d574f (patch) | |
tree | 4de6b27fdac4f9aced77929276d8a11069a2d2b3 /databases/postgis | |
parent | d8c7a76248b1f76edec7927aaebbee899fe7f1f8 (diff) |
Notes
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: |