diff options
author | miwi <miwi@FreeBSD.org> | 2009-11-28 07:17:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-11-28 07:17:38 +0800 |
commit | 89772469d43d7f7e5ba6f80de206746cf6152f85 (patch) | |
tree | 6b6486e3240a6e335ac2fad5e7cd7f16dc7dfacb /databases/spatialite | |
parent | 0044944a5e8e7789b95d57687af90bbcb36b133f (diff) | |
download | freebsd-ports-gnome-89772469d43d7f7e5ba6f80de206746cf6152f85.tar.gz freebsd-ports-gnome-89772469d43d7f7e5ba6f80de206746cf6152f85.tar.zst freebsd-ports-gnome-89772469d43d7f7e5ba6f80de206746cf6152f85.zip |
- Chase graphics/proj shlib bump
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 e94688e595ec..7c4165ce9341 100644 --- a/databases/spatialite/Makefile +++ b/databases/spatialite/Makefile @@ -7,7 +7,7 @@ PORTNAME= spatialite PORTVERSION= 2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/${PORTNAME}-${PORTVERSION}/ @@ -15,7 +15,7 @@ MAINTAINER= wenheping@gmail.com COMMENT= Spatial Extensions for SQLite LIB_DEPENDS= geos_c.7:${PORTSDIR}/graphics/geos/ \ - proj.5:${PORTSDIR}/graphics/proj/ \ + proj.6:${PORTSDIR}/graphics/proj/ \ iconv.3:${PORTSDIR}/converters/libiconv/ GNU_CONFIGURE= yes |