--- enblend-4.0.ebuild.orig 2010-11-26 17:18:27.000000000 +0100 +++ enblend-4.0.ebuild 2010-11-26 17:19:11.000000000 +0100 @@ -30,6 +30,7 @@ doc? ( media-gfx/transfig sci-visualization/gnuplot[gd] + media-fonts/freefont-ttf virtual/latex-base )" @@ -54,8 +55,12 @@ myconf="$(use_enable image-cache) $(use_enable openmp)" fi - use doc && myconf="${myconf} --with-gnuplot=$(type -p gnuplot)" \ - || myconf="${myconf} --with-gnuplot=false" + if use doc; then + myconf="${myconf} --with-gnuplot=$(type -p gnuplot)" + myconf="${myconf} --with-ttf-path=/usr/share/fonts/freefont-ttf" + else + myconf="${myconf} --with-gnuplot=false" + fi econf \ --with-x \