summaryrefslogtreecommitdiff
path: root/graphics/gdal
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-07-23 19:19:20 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-07-23 19:19:20 +0000
commit05fbd1f2158e07042690b7d841a772d1b63e745d (patch)
tree4f4ee05339fccd1b10564da82508e3abc64318a5 /graphics/gdal
parent- Add instructions to 20090719 entry (jpeg update). (diff)
- build with system jpeg instead of internal one
Submitted by: Gleb Smirnoff
Notes
Notes: svn path=/head/; revision=238297
Diffstat (limited to 'graphics/gdal')
-rw-r--r--graphics/gdal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 63b4cc832608..a9597a6917a7 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gdal
PORTVERSION= 1.6.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics geography
MASTER_SITES= ftp://ftp.remotesensing.org/pub/gdal/ \
http://www.gdal.org/dl/ \
@@ -129,7 +129,7 @@ CONFIGURE_ARGS+= --with-jasper=${LOCALBASE}
.if !defined(WITHOUT_JPEG)
LIB_DEPENDS+= jpeg.10:${PORTSDIR}/graphics/jpeg
-CONFIGURE_ARGS+= --with-libjpeg=${LOCALBASE}
+CONFIGURE_ARGS+= --with-jpeg=${LOCALBASE}
.endif
.if defined(WITH_MYSQL)