diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-02-22 21:51:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-02-22 21:51:35 +0000 |
commit | 674f60c42cdd01472dc30c92948440b0335c4f7c (patch) | |
tree | 5f015b513550157fb7090432a679116b1a062d19 /graphics | |
parent | - Update to 1.6.2 (diff) |
- Switch from libungif to giflib
PR: 165370, 165372
Submitted by: Steve Wills <swills@freebsd.org>
Notes
Notes:
svn path=/head/; revision=292086
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/osg-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/osg/Makefile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index 0b959e7ee458..a03c23a9d6d3 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -41,7 +41,7 @@ PORTSCOUT= limitw:1,odd OPTIONS= CURL "Support for cURL" off \ FREETYPE "Support for FreeType" on \ GDAL "Support for GDAL" off \ - GIF "Support for libungif" on \ + GIF "Support for giflib" on \ INVENTOR "Support for SGI OpenInventor" off \ JASPER "Support for JPEG2000" off \ XINE "Support for Xine" off \ @@ -94,7 +94,7 @@ PLIST_SUB+= GDAL="@comment " .if defined(WITH_GIF) FORCE_REQUIRE+= GIFLIB -LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif +LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib PLIST_SUB+= GIF="" .else FORCE_IGNORE+= GIFLIB diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 6a38c448bd9a..777955a7081d 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -7,7 +7,7 @@ PORTNAME= osg PORTVERSION= 2.8.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${PORTVERSION}/source/ \ http://mirror.amdmi3.ru/distfiles/ @@ -41,7 +41,7 @@ PORTSCOUT= limitw:1,even OPTIONS= CURL "Support for cURL" off \ FREETYPE "Support for FreeType" on \ GDAL "Support for GDAL" off \ - GIF "Support for libungif" on \ + GIF "Support for giflib" on \ INVENTOR "Support for SGI OpenInventor" off \ JASPER "Support for JPEG2000" off \ XINE "Support for Xine" off \ @@ -94,7 +94,7 @@ PLIST_SUB+= GDAL="@comment " .if defined(WITH_GIF) FORCE_REQUIRE+= GIFLIB -LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif +LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib PLIST_SUB+= GIF="" .else FORCE_IGNORE+= GIFLIB |