aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdal
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-21 14:16:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-21 14:16:25 +0000
commit6d4369520d1ab5b810571001626c8bcb58021a03 (patch)
tree3c0b565717c4b37f02b5f7644d9f7996269798c6 /graphics/gdal
parent5a99600b60dfee98e5938fcdfdb684537b377a29 (diff)
downloadports-6d4369520d1ab5b810571001626c8bcb58021a03.tar.gz
ports-6d4369520d1ab5b810571001626c8bcb58021a03.zip
- Change gif library from graphics/libungif to graphics/giflib
- Bump PORTREVISION for dependency change Notified by: Rainer Hurling <rhurlin@gwdg.de>
Notes
Notes: svn path=/head/; revision=292002
Diffstat (limited to 'graphics/gdal')
-rw-r--r--graphics/gdal/Makefile7
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},; \