diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-16 10:39:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-16 10:39:22 +0000 |
commit | 436004ee357b9823b2cabe6ea6fc72ee0da4667d (patch) | |
tree | b85a7bfc72d94abe05255f967028a6b909e8e86e /graphics/exact-image | |
parent | ef3dec7c1a86bf21e6019b19388680b55d1a924c (diff) | |
download | ports-436004ee357b9823b2cabe6ea6fc72ee0da4667d.tar.gz ports-436004ee357b9823b2cabe6ea6fc72ee0da4667d.zip |
- Chase evas update
Pointy hat to: stas
Notes
Notes:
svn path=/head/; revision=209147
Diffstat (limited to 'graphics/exact-image')
-rw-r--r-- | graphics/exact-image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/exact-image/Makefile b/graphics/exact-image/Makefile index dbbc086d8946..15f09f4e70c7 100644 --- a/graphics/exact-image/Makefile +++ b/graphics/exact-image/Makefile @@ -7,7 +7,7 @@ PORTNAME= exact-image PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://dl.exactcode.de/oss/${PORTNAME}/ CENKES @@ -16,7 +16,7 @@ COMMENT= Fast image processing library BUILD_DEPENDS= swig>=1.3.31:${PORTSDIR}/devel/swig13 LIB_DEPENDS= agg.2:${PORTSDIR}/graphics/agg \ - evas.1:${PORTSDIR}/graphics/evas \ + evas.9:${PORTSDIR}/graphics/evas \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ png.5:${PORTSDIR}/graphics/png \ |