diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2012-02-26 17:47:02 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2012-02-26 17:47:02 +0000 |
commit | f3b014b8b343315457493165625c12f33894a09f (patch) | |
tree | 6d80a36e7cefaaf561bfb5fb395b790a950947ed /databases/spatialite | |
parent | e98041c167a30e7d3536d866f7131605680e5257 (diff) | |
download | ports-f3b014b8b343315457493165625c12f33894a09f.tar.gz ports-f3b014b8b343315457493165625c12f33894a09f.zip |
Notes
Diffstat (limited to 'databases/spatialite')
-rw-r--r-- | databases/spatialite/Makefile | 6 |
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 |