1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Chase GDAL shared library version update.

This commit is contained in:
Sam Lawrance 2005-12-10 04:13:55 +00:00
parent 82cbc641d5
commit 19cb02ac12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150771

View File

@ -68,7 +68,7 @@ CONFIGURE_ARGS+= --with-wfs --with-wfsclient
.endif
.if defined(WITH_GDAL)
LIB_DEPENDS+= gdal.4:${PORTSDIR}/graphics/gdal
LIB_DEPENDS+= gdal.10:${PORTSDIR}/graphics/gdal
CONFIGURE_ARGS+= --with-gdal=${LOCALBASE}/bin/gdal-config \
--with-ogr=${LOCALBASE}/bin/gdal-config
.endif