diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-19 10:07:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-19 10:07:14 +0000 |
commit | 9c7f3409d5891177e8975d603ff0ec39f0a74841 (patch) | |
tree | 3624045ed01800723d90846944a5f10399a075cb /graphics/gmt | |
parent | 4bff8408e3b05e4762953dfec9f64c3bada766f7 (diff) | |
download | ports-9c7f3409d5891177e8975d603ff0ec39f0a74841.tar.gz ports-9c7f3409d5891177e8975d603ff0ec39f0a74841.zip |
Notes
Diffstat (limited to 'graphics/gmt')
-rw-r--r-- | graphics/gmt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gmt/Makefile b/graphics/gmt/Makefile index a3e817208b90..c377c6d89790 100644 --- a/graphics/gmt/Makefile +++ b/graphics/gmt/Makefile @@ -7,7 +7,7 @@ PORTNAME= gmt PORTVERSION= 4.5.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://falcon.grdl.noaa.gov/pub/${PORTNAME}/ \ ftp://ftp.soest.hawaii.edu/${PORTNAME}/ \ @@ -70,7 +70,7 @@ CONFIGURE_ARGS+= --enable-eps .endif .if defined(WITH_GDAL) -LIB_DEPENDS+= gdal.16:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.17:${PORTSDIR}/graphics/gdal CONFIGURE_ARGS+= --enable-gdal .endif |