--- gtk+-1.2.10-r4.ebuild Thu Mar 7 19:58:10 2002 +++ gtk+-1.2.10-r5.ebuild Thu Mar 7 19:50:36 2002 @@ -12,8 +12,9 @@ http://ftp.gnome.org/pub/GNOME/stable/sources/gtk+/${A}" DEPEND="virtual/glibc virtual/x11 - >=dev-libs/glib-1.2.10" - + >=dev-libs/glib-1.2.10 + nls? ( sys-devel/gettext + dev-util/intltool )" src_unpack() { @@ -27,11 +28,13 @@ local myconf + use nls || myconf="${myconf} --disable-nls" + if [ "${DEBUG}" ] then - myconf="--enable-debug=yes" + myconf="${myconf} --enable-debug=yes" else - myconf="--enable-debug=no" + myconf="${myconf} --enable-debug=no" fi ./configure --host=${CHOST} \