aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2012-02-26 17:47:02 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2012-02-26 17:47:02 +0000
commitf3b014b8b343315457493165625c12f33894a09f (patch)
tree6d80a36e7cefaaf561bfb5fb395b790a950947ed /databases
parente98041c167a30e7d3536d866f7131605680e5257 (diff)
downloadports-f3b014b8b343315457493165625c12f33894a09f.tar.gz
ports-f3b014b8b343315457493165625c12f33894a09f.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/spatialite/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile
index a7d33abe7c93..407b0d23b12d 100644
--- a/databases/spatialite/Makefile
+++ b/databases/spatialite/Makefile
@@ -14,9 +14,9 @@ MASTER_SITES= http://www.gaia-gis.it/${PORTNAME}-${PORTVERSION}/
MAINTAINER= wenheping@gmail.com
COMMENT= Spatial Extensions for SQLite
-LIB_DEPENDS= geos_c.8:${PORTSDIR}/graphics/geos/ \
- proj.6:${PORTSDIR}/graphics/proj/ \
- iconv.3:${PORTSDIR}/converters/libiconv/
+LIB_DEPENDS= geos_c.8:${PORTSDIR}/graphics/geos \
+ proj.6:${PORTSDIR}/graphics/proj \
+ iconv.3:${PORTSDIR}/converters/libiconv
GNU_CONFIGURE= yes
USE_GMAKE= yes