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/osg-devel | |
parent | 69201b7c8bf5fa28ea40d78f3181a519c4d7bc07 (diff) | |
download | ports-edfa6f1fae64a412b17a4cb941fd59293e493eeb.tar.gz ports-edfa6f1fae64a412b17a4cb941fd59293e493eeb.zip |
Notes
Diffstat (limited to 'graphics/osg-devel')
-rw-r--r-- | graphics/osg-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |