diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-07-24 03:19:20 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-07-24 03:19:20 +0800 |
commit | 5faa6e9df5795f5e8e04ac11ce41b8802b9de6d0 (patch) | |
tree | d8988fab5cb2cb9fdc355f7d8054178eecff65a4 /graphics | |
parent | 3e2a4ec498c2919c79619c9852a164697fd18f1b (diff) | |
download | freebsd-ports-gnome-5faa6e9df5795f5e8e04ac11ce41b8802b9de6d0.tar.gz freebsd-ports-gnome-5faa6e9df5795f5e8e04ac11ce41b8802b9de6d0.tar.zst freebsd-ports-gnome-5faa6e9df5795f5e8e04ac11ce41b8802b9de6d0.zip |
- build with system jpeg instead of internal one
Submitted by: Gleb Smirnoff
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdal/Makefile | 4 |
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) |