diff options
author | swills <swills@FreeBSD.org> | 2011-12-31 03:16:53 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-12-31 03:16:53 +0800 |
commit | f33528af8ffb875c046f66076355c8b377386020 (patch) | |
tree | 39486100eb0ba90d11856b0f99268230c20d72e4 /graphics | |
parent | 5ec41f15b2d8602c2697f46a275d8faa05c3136e (diff) | |
download | freebsd-ports-gnome-f33528af8ffb875c046f66076355c8b377386020.tar.gz freebsd-ports-gnome-f33528af8ffb875c046f66076355c8b377386020.tar.zst freebsd-ports-gnome-f33528af8ffb875c046f66076355c8b377386020.zip |
- 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.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/corona/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |