--- ./mldonkey-2.7.6.ebuild 2006-06-09 15:41:27.000000000 +0200 +++ ./mldonkey-2.7.6.ebuild 2006-06-13 21:20:33.000000000 +0200 @@ -4,7 +4,7 @@ inherit eutils flag-o-matic -IUSE="gtk guionly batch gd doc" +IUSE="gtk guionly batch gd magic doc" DESCRIPTION="mldonkey is a new client to access the eDonkey network. It is written in Objective-Caml, and comes with its own GTK GUI, an HTTP interface and a telnet interface." HOMEPAGE="http://www.nongnu.org/mldonkey/" @@ -20,7 +20,8 @@ >=dev-ml/lablgtk-2.6 ) gtk? ( >=gnome-base/librsvg-2.4.0 >=dev-ml/lablgtk-2.6 ) - gd? ( >=media-libs/gd-2.0.28 )" + gd? ( >=media-libs/gd-2.0.28 ) + magic? ( sys-apps/file )" DEPEND="${RDEPEND} >=sys-devel/autoconf-2.58 @@ -88,6 +89,7 @@ --localstatedir=/var/mldonkey \ --enable-checks \ `use_enable batch` \ + `use_enable magic` \ `use_enable gd` \ ${myconf} || die "Configure Failed!"