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-core | |
parent | 1d24e6311b5954785a9f3e251b9acc6f1710ab73 (diff) |
- Depend on freetype2 rather than on freetype1.
Spotted by: pav
Pointyhat to: me
Notes
Notes:
svn path=/head/; revision=225481
Diffstat (limited to 'graphics/evas-core')
-rw-r--r-- | graphics/evas-core/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/evas-core/Makefile b/graphics/evas-core/Makefile index 63cd01dda672..6743ce1c5698 100644 --- a/graphics/evas-core/Makefile +++ b/graphics/evas-core/Makefile @@ -16,9 +16,10 @@ DISTNAME= evas-${PORTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= A hardware accelerated canvas API (core library) +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 + USE_BZIP2= yes GNU_CONFIGURE= yes -USE_FREETYPE= yes USE_LDCONFIG= yes USE_GNOME= gnomehack pkgconfig gnometarget |