diff options
author | wen <wen@FreeBSD.org> | 2011-07-03 07:50:43 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-07-03 07:50:43 +0800 |
commit | afaa1bf15d926b8eb6fafa5d775a32c4f47e9e6f (patch) | |
tree | bdc970b76f3989a98de9130f1d650e106b21e404 /databases/spatialite | |
parent | bb53f0873413f73caf5dfe273083b21107d77f60 (diff) | |
download | freebsd-ports-gnome-afaa1bf15d926b8eb6fafa5d775a32c4f47e9e6f.tar.gz freebsd-ports-gnome-afaa1bf15d926b8eb6fafa5d775a32c4f47e9e6f.tar.zst freebsd-ports-gnome-afaa1bf15d926b8eb6fafa5d775a32c4f47e9e6f.zip |
- Fix build after geos update
Reported by: pav@
Diffstat (limited to 'databases/spatialite')
-rw-r--r-- | databases/spatialite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile index dc9aa692a020..a7d33abe7c93 100644 --- a/databases/spatialite/Makefile +++ b/databases/spatialite/Makefile @@ -7,14 +7,14 @@ PORTNAME= spatialite PORTVERSION= 2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/${PORTNAME}-${PORTVERSION}/ MAINTAINER= wenheping@gmail.com COMMENT= Spatial Extensions for SQLite -LIB_DEPENDS= geos_c.7:${PORTSDIR}/graphics/geos/ \ +LIB_DEPENDS= geos_c.8:${PORTSDIR}/graphics/geos/ \ proj.6:${PORTSDIR}/graphics/proj/ \ iconv.3:${PORTSDIR}/converters/libiconv/ |