diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-02-18 12:14:38 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-02-18 12:14:38 +0000 |
commit | 35d120f6dbba7e002eb19973ef8d60fb65dba34a (patch) | |
tree | 4609ae804239a78318638e8000a93a1e27524789 /graphics | |
parent | Update to the 20120217 snapshot of GCC 4.6.3. (diff) |
- build with giflib
Notes
Notes:
svn path=/head/; revision=291675
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evas-loader-gif/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/evas-loader-gif/Makefile b/graphics/evas-loader-gif/Makefile index a60ee2b3836b..19b3e31b6ee6 100644 --- a/graphics/evas-loader-gif/Makefile +++ b/graphics/evas-loader-gif/Makefile @@ -16,7 +16,7 @@ DISTNAME= evas-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A hardware accelerated canvas API (GIF loader) -LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ +LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ freetype.9:${PORTSDIR}/print/freetype2 LICENSE= BSD |