diff options
author | stas <stas@FreeBSD.org> | 2008-03-17 07:04:26 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-03-17 07:04:26 +0800 |
commit | 0c254758c342e65917b43094f70f7e485b2c1ece (patch) | |
tree | 3cd46ccc108c1c5c03825c17f5dbc7802f274f83 /graphics | |
parent | c6a4bdc1d0f8cda65231ed9d39a0bc4bf6650357 (diff) | |
download | freebsd-ports-gnome-0c254758c342e65917b43094f70f7e485b2c1ece.tar.gz freebsd-ports-gnome-0c254758c342e65917b43094f70f7e485b2c1ece.tar.zst freebsd-ports-gnome-0c254758c342e65917b43094f70f7e485b2c1ece.zip |
- Fix exact-image, which has been broken after ecore update
- Use EFL framework.
Reported by: pav, erwin
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/exact-image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/exact-image/Makefile b/graphics/exact-image/Makefile index 15f09f4e70c7..bea99309ce77 100644 --- a/graphics/exact-image/Makefile +++ b/graphics/exact-image/Makefile @@ -16,7 +16,6 @@ COMMENT= Fast image processing library BUILD_DEPENDS= swig>=1.3.31:${PORTSDIR}/devel/swig13 LIB_DEPENDS= agg.2:${PORTSDIR}/graphics/agg \ - evas.9:${PORTSDIR}/graphics/evas \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ png.5:${PORTSDIR}/graphics/png \ @@ -30,6 +29,8 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes USE_XORG= x11 +USE_EFL= evas +USE_EFL_EVAS_ENGINES= x11 opengl HAS_CONFIGURE= yes INSTALL_WRKSRC= ${WRKSRC}/objdir BINS= econvert edisplay edentify optimize2bw empty-page |