diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-21 22:16:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-21 22:16:25 +0800 |
commit | 14ceaf8cd22d3cb6c386ebde894f3668a88bfd57 (patch) | |
tree | b9215b3e1a04a00cb316340557404fa0a4056385 | |
parent | 5aec69950cb82547bf3b8a07106d4cb1a5ecdff2 (diff) | |
download | freebsd-ports-gnome-14ceaf8cd22d3cb6c386ebde894f3668a88bfd57.tar.gz freebsd-ports-gnome-14ceaf8cd22d3cb6c386ebde894f3668a88bfd57.tar.zst freebsd-ports-gnome-14ceaf8cd22d3cb6c386ebde894f3668a88bfd57.zip |
- Change gif library from graphics/libungif to graphics/giflib
- Bump PORTREVISION for dependency change
Notified by: Rainer Hurling <rhurlin@gwdg.de>
-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},; \ |