--- xlockmore-5.03-r5.ebuild Tue Apr 30 06:28:11 2002 +++ xlockmore-5.03-r5.ebuild. Sun Jun 2 14:13:12 2002 @@ -22,7 +22,7 @@ || myconf="${myconf} --disable-pam --enable-xlockrc" use nas || myconf="${myconf} --without-nas" use esd && myconf="${myconf} --with-esound" - use opengl || myconf="${myconf} --without-opengl" + use opengl || myconf="${myconf} --without-opengl --without-gltt --without-mesa" use truetype || myconf="${myconf} --without-ttf" #use motif || myconf="${myconf} --without-motif" @@ -37,7 +37,7 @@ --host=${CHOST} ${myconf} || die #xlock resets to -j1 - make || die + emake || die # configure script seems to suffer braindamage and doesn't setup # correct makefiles for these, so they are disabled for now until