diff options
author | gblach <gblach@FreeBSD.org> | 2013-07-05 04:31:44 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-07-05 04:31:44 +0800 |
commit | c9e86223073bc4858d66d034425233ff4f47fa7e (patch) | |
tree | be15313309dd258b23d70259519543ccc9f78cf3 /Mk | |
parent | 5f03b217ba84543313cee991a93dbe79ab12826f (diff) | |
download | freebsd-ports-gnome-c9e86223073bc4858d66d034425233ff4f47fa7e.tar.gz freebsd-ports-gnome-c9e86223073bc4858d66d034425233ff4f47fa7e.tar.zst freebsd-ports-gnome-c9e86223073bc4858d66d034425233ff4f47fa7e.zip |
- Remove edb from valid evas loaders, since it's invalid for almost a year
Approved by: tabthorpe (mentor)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.efl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.efl.mk b/Mk/bsd.efl.mk index ff0eb282ae95..c1d37a1d96fb 100644 --- a/Mk/bsd.efl.mk +++ b/Mk/bsd.efl.mk @@ -130,7 +130,7 @@ _${LIB}_PREFIX=${LOCALBASE} # All components that are currently supported _EFL_EVAS_ENGINES_ALL= buffer opengl sdl x11 -_EFL_EVAS_LOADERS_ALL= bmp edb eet generic gif ico jpeg \ +_EFL_EVAS_LOADERS_ALL= bmp eet generic gif ico jpeg \ png pmaps psd svg tga tiff wbmp xpm # |