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-png | |
parent | 1d24e6311b5954785a9f3e251b9acc6f1710ab73 (diff) | |
download | ports-6d432f99d5a5c9d21d7ed9e71e7c20fe1c9ffe35.tar.gz ports-6d432f99d5a5c9d21d7ed9e71e7c20fe1c9ffe35.zip |
Notes
Diffstat (limited to 'graphics/evas-loader-png')
-rw-r--r-- | graphics/evas-loader-png/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/evas-loader-png/Makefile b/graphics/evas-loader-png/Makefile index e8016d51b96d..ccf6442808a4 100644 --- a/graphics/evas-loader-png/Makefile +++ b/graphics/evas-loader-png/Makefile @@ -16,11 +16,11 @@ DISTNAME= evas-${PORTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= A hardware accelerated canvas API (PNG engine) -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ + 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 |