diff options
author | pav <pav@FreeBSD.org> | 2008-03-16 18:39:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-16 18:39:22 +0800 |
commit | c483b2c6a785774387cbb7050bcf9989c36438b9 (patch) | |
tree | 3c5fcbcc03cb98ed321438fbe532ebe7b04b348b /graphics | |
parent | 5e2c2597211c9937eabaa658d8b94025d661d8ca (diff) | |
download | freebsd-ports-gnome-c483b2c6a785774387cbb7050bcf9989c36438b9.tar.gz freebsd-ports-gnome-c483b2c6a785774387cbb7050bcf9989c36438b9.tar.zst freebsd-ports-gnome-c483b2c6a785774387cbb7050bcf9989c36438b9.zip |
- Chase evas update
Pointy hat to: stas
Diffstat (limited to 'graphics')
-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 \ |