diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-01-29 13:09:13 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-01-29 13:09:13 +0000 |
commit | a278210450d04e80740fb64ba951fe05709e379d (patch) | |
tree | 2906c81f04c9ccd23c4bf792e2ac821287d4a5d3 /graphics/osg | |
parent | - Update to 1.8.0 (diff) |
- Bump PORTREVISION for gdal shlib change
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=268371
Diffstat (limited to 'graphics/osg')
-rw-r--r-- | graphics/osg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 8ebc7ec3ecaa..ef7fd232dbe6 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -7,7 +7,7 @@ PORTNAME= osg PORTVERSION= 2.8.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${PORTVERSION}/source/ \ http://mirror.amdmi3.ru/distfiles/ @@ -84,7 +84,7 @@ PLIST_SUB+= FREETYPE="@comment " .if defined(WITH_GDAL) FORCE_REQUIRE+= GDAL -LIB_DEPENDS+= gdal.15:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.16:${PORTSDIR}/graphics/gdal PLIST_SUB+= GDAL="" .else FORCE_IGNORE+= GDAL |