diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-08 15:45:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-08 15:45:37 +0000 |
commit | bef950a5be8d4d9e23eed927cc4685df4d7698f4 (patch) | |
tree | 0b78040cb8d08b7b53296e53e309daaa6e474763 /graphics | |
parent | 6133956a5490a21cef2cbd2cce1b8c71a3221989 (diff) |
- Correct freetype dependency (USE_FREETYPE2 is nothing)
Notes
Notes:
svn path=/head/; revision=225461
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Imager/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Imager/Makefile b/graphics/p5-Imager/Makefile index 8ac177e0bd93..0f1de1931c03 100644 --- a/graphics/p5-Imager/Makefile +++ b/graphics/p5-Imager/Makefile @@ -8,6 +8,7 @@ PORTNAME= Imager PORTVERSION= 0.67 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,14 +16,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= lbr@FreeBSD.org COMMENT= A Perl module for manipulating gray, color and rgba format images -LIB_DEPENDS= \ +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ jpeg:${PORTSDIR}/graphics/jpeg \ png:${PORTSDIR}/graphics/png \ t1:${PORTSDIR}/devel/t1lib \ tiff:${PORTSDIR}/graphics/tiff \ ungif:${PORTSDIR}/graphics/libungif -USE_FREETYPE2= yes PERL_CONFIGURE= 5.8.0+ CONFIGURE_ENV= IM_LIBPATH="${LOCALBASE}/lib" \ IM_CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ |