diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2009-03-17 15:09:25 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2009-03-17 15:09:25 +0000 |
commit | edfa6f1fae64a412b17a4cb941fd59293e493eeb (patch) | |
tree | 05cba370e91b85abea77d3b3c9fa1f284f8a26ae /graphics | |
parent | 69201b7c8bf5fa28ea40d78f3181a519c4d7bc07 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdal-grass/Makefile | 1 | ||||
-rw-r--r-- | graphics/mapserver/Makefile | 2 | ||||
-rw-r--r-- | graphics/osg-devel/Makefile | 2 | ||||
-rw-r--r-- | graphics/osg/Makefile | 2 | ||||
-rw-r--r-- | graphics/qgis/Makefile | 1 |
5 files changed, 5 insertions, 3 deletions
diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile index 731f0fc34a0d..3f1c0cf88159 100644 --- a/graphics/gdal-grass/Makefile +++ b/graphics/gdal-grass/Makefile @@ -7,6 +7,7 @@ PORTNAME= gdal-grass PORTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.gdal.org/dl/ \ ftp://ftp.remotesensing.org/gdal/ \ diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index e954025f9553..2307627fcafa 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -73,7 +73,7 @@ CONFIGURE_ARGS+= --with-wfs --with-wfsclient .endif .if defined(WITH_GDAL) -LIB_DEPENDS+= gdal.13:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.14:${PORTSDIR}/graphics/gdal CONFIGURE_ARGS+= --with-gdal=${LOCALBASE}/bin/gdal-config \ --with-ogr=${LOCALBASE}/bin/gdal-config .endif diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index 7964612c21b2..defb26ae3137 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -81,7 +81,7 @@ PLIST_SUB+= FREETYPE="@comment " .if defined(WITH_GDAL) FORCE_REQUIRE+= GDAL -LIB_DEPENDS+= gdal.13:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.14:${PORTSDIR}/graphics/gdal PLIST_SUB+= GDAL="" .else FORCE_IGNORE+= GDAL diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 2e33df9a05de..56066115056f 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -77,7 +77,7 @@ PLIST_SUB+= FREETYPE="@comment " .if defined(WITH_GDAL) FORCE_REQUIRE+= GDAL -LIB_DEPENDS+= gdal.13:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.14:${PORTSDIR}/graphics/gdal PLIST_SUB+= GDAL="" .else FORCE_IGNORE+= GDAL diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 1ce4de86e645..9b2e810a148e 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -7,6 +7,7 @@ PORTNAME= qgis PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/qgis/src/ DISTNAME= ${PORTNAME}_${PORTVERSION} |