From f33528af8ffb875c046f66076355c8b377386020 Mon Sep 17 00:00:00 2001 From: swills Date: Fri, 30 Dec 2011 19:16:53 +0000 Subject: - Remove unneeded libungif dep. The program bundles the parts of libungif that it needs and builds fine without libungif installed. Not bumping PORTREVISION since the binaries don't change and nothing depends on this port. --- graphics/corona/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/corona/Makefile b/graphics/corona/Makefile index 8558e9badba1..e4903216b965 100644 --- a/graphics/corona/Makefile +++ b/graphics/corona/Makefile @@ -14,8 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A graphics library that supports most image formats LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - ungif.5:${PORTSDIR}/graphics/libungif + jpeg.11:${PORTSDIR}/graphics/jpeg USE_AUTOTOOLS= libtool USE_GNOME= lthack -- cgit