From 674f60c42cdd01472dc30c92948440b0335c4f7c Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 22 Feb 2012 21:51:35 +0000 Subject: - Switch from libungif to giflib PR: 165370, 165372 Submitted by: Steve Wills --- graphics/osg-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/osg-devel') 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 -- cgit v1.2.3