diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-21 14:16:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-21 14:16:25 +0000 |
commit | 6d4369520d1ab5b810571001626c8bcb58021a03 (patch) | |
tree | 3c0b565717c4b37f02b5f7644d9f7996269798c6 /graphics/gdal | |
parent | 5a99600b60dfee98e5938fcdfdb684537b377a29 (diff) | |
download | ports-6d4369520d1ab5b810571001626c8bcb58021a03.tar.gz ports-6d4369520d1ab5b810571001626c8bcb58021a03.zip |
Notes
Diffstat (limited to 'graphics/gdal')
-rw-r--r-- | graphics/gdal/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 74f91176fa38..b8b5724b34dd 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -7,7 +7,7 @@ PORTNAME= gdal PORTVERSION= 1.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/ \ ftp://ftp.remotesensing.org/pub/gdal/ \ @@ -104,7 +104,7 @@ CONFIGURE_ARGS+= --with-geotiff=${LOCALBASE} .endif .if !defined(WITHOUT_GIF) -LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif +LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib CONFIGURE_ARGS+= --with-gif=${LOCALBASE} .endif @@ -276,9 +276,6 @@ pre-build: .endif post-patch: -.if !defined(WITHOUT_GIF) - @${REINPLACE_CMD} -e 's|lgif|lungif|' ${WRKSRC}/configure -.endif .if defined(WITH_PYTHON) @${REINPLACE_CMD} -e '\ s,%%MAKE_ENV%%,${MAKE_ENV},; \ |