aboutsummaryrefslogtreecommitdiff
path: root/graphics/osg-devel
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2012-02-22 21:51:35 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2012-02-22 21:51:35 +0000
commit674f60c42cdd01472dc30c92948440b0335c4f7c (patch)
tree5f015b513550157fb7090432a679116b1a062d19 /graphics/osg-devel
parent50360cb3926303c86f3c02b0e69f09e55c8c9f04 (diff)
downloadports-674f60c42cdd01472dc30c92948440b0335c4f7c.tar.gz
ports-674f60c42cdd01472dc30c92948440b0335c4f7c.zip
- 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/osg-devel')
-rw-r--r--graphics/osg-devel/Makefile4
1 files changed, 2 insertions, 2 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