diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-16 23:04:26 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-16 23:04:26 +0000 |
commit | efea5c77ea2835fbace5ded29ae22eccbdba1fc2 (patch) | |
tree | 38719aa9ce24b265da1728b5ae40b4cea2b8ed07 /graphics/exact-image/Makefile | |
parent | fbf6275b4f283161e22f866331e8a16f5feda980 (diff) |
Notes
Diffstat (limited to 'graphics/exact-image/Makefile')
-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 |