aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-07-02 23:50:43 +0000
committerWen Heping <wen@FreeBSD.org>2011-07-02 23:50:43 +0000
commit970132ed9b2a2f6a01ef927d883cc62a29c12362 (patch)
tree9ad8799594d94e2d56f988a69c590c4604fe427f /databases
parent703a5baf914027c11147f9ffa482a55f02b227cf (diff)
downloadports-970132ed9b2a2f6a01ef927d883cc62a29c12362.tar.gz
ports-970132ed9b2a2f6a01ef927d883cc62a29c12362.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/spatialite/Makefile4
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/