aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-04-11 08:13:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-04-11 08:13:06 +0000
commitc96dc494c60b73ef4abf07abca35f1ed6006718f (patch)
treef4d1cf32f16f559bc7db2e2c325a29cb8ae9e695 /databases
parent2ea3d0ff69d39e3abd65ef36cf66562e1c412574 (diff)
downloadports-c96dc494c60b73ef4abf07abca35f1ed6006718f.tar.gz
ports-c96dc494c60b73ef4abf07abca35f1ed6006718f.zip
- Chase graphics/geos shlib bump
Notes
Notes: svn path=/head/; revision=232061
Diffstat (limited to 'databases')
-rw-r--r--databases/spatialite/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile
index 6263e1127255..6a97be5445b7 100644
--- a/databases/spatialite/Makefile
+++ b/databases/spatialite/Makefile
@@ -7,13 +7,14 @@
PORTNAME= spatialite
PORTVERSION= 2.2
+PORTREVISION= 1
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.5:${PORTSDIR}/graphics/geos/ \
+LIB_DEPENDS= geos_c.6:${PORTSDIR}/graphics/geos/ \
proj.5:${PORTSDIR}/graphics/proj/ \
iconv.3:${PORTSDIR}/converters/libiconv/