diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-01-08 16:40:11 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-01-08 16:40:11 +0000 |
commit | 6d432f99d5a5c9d21d7ed9e71e7c20fe1c9ffe35 (patch) | |
tree | 2dbd496b928a4c8979162a969273a32a28b13e44 /graphics/evas-loader-gif | |
parent | 1d24e6311b5954785a9f3e251b9acc6f1710ab73 (diff) |
Notes
Diffstat (limited to 'graphics/evas-loader-gif')
-rw-r--r-- | graphics/evas-loader-gif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/evas-loader-gif/Makefile b/graphics/evas-loader-gif/Makefile index ef3933e52486..648515b250a6 100644 --- a/graphics/evas-loader-gif/Makefile +++ b/graphics/evas-loader-gif/Makefile @@ -16,11 +16,11 @@ DISTNAME= evas-${PORTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= A hardware accelerated canvas API (GIF engine) -LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif +LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ + freetype.9:${PORTSDIR}/print/freetype2 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_FREETYPE= yes USE_LDCONFIG= yes USE_GNOME= gnomehack pkgconfig gnometarget USE_EFL= evas |