--- xmbdfed-4.7_p1.ebuild~ 2006-01-21 18:55:49.000000000 +0100 +++ xmbdfed-4.7_p1.ebuild 2008-02-28 17:03:23.000000000 +0100 @@ -15,7 +15,7 @@ KEYWORDS="x86 ppc" IUSE="truetype" -DEPEND=">=x11-libs/openmotif-2.1.30 +DEPEND=">=x11-libs/openmotif-2.3.0-r1 truetype? ( media-libs/freetype )" S=${WORKDIR}/${MY_P} @@ -32,8 +32,8 @@ # specifying the correct options for Gentoo. local flags="" - local incs="`motif-config --cflags`" - local libs="`motif-config --libs` -lXm -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE" + local incs="" + local libs="-lXm -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE" if use truetype ; then flags="FTYPE_DEFS=\"-DHAVE_FREETYPE\""