diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-01-29 21:09:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-01-29 21:09:13 +0800 |
commit | c53aedca635189f10fa68e0921acd647a533d5f4 (patch) | |
tree | 4d2e1f548d9c8623e86dc2716b7024d93a6aaf45 /graphics/osg-devel | |
parent | ff5db3c6c14769e330c5ce5dbc6b8e851211e5c6 (diff) | |
download | freebsd-ports-gnome-c53aedca635189f10fa68e0921acd647a533d5f4.tar.gz freebsd-ports-gnome-c53aedca635189f10fa68e0921acd647a533d5f4.tar.zst freebsd-ports-gnome-c53aedca635189f10fa68e0921acd647a533d5f4.zip |
- Bump PORTREVISION for gdal shlib change
Feature safe: yes
Diffstat (limited to 'graphics/osg-devel')
-rw-r--r-- | graphics/osg-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index 22a5347b9849..431962c7c9b8 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= osg PORTVERSION= 2.9.10 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ @@ -84,7 +85,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 |