View | Details | Raw Unified
Collapse All | Expand All

(-) ./mldonkey-2.7.6.ebuild (-2 / +4 lines)
 Lines 4-10    Link Here 
inherit eutils flag-o-matic
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."
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/"
HOMEPAGE="http://www.nongnu.org/mldonkey/"
 Lines 20-26    Link Here 
			>=dev-ml/lablgtk-2.6 )
			>=dev-ml/lablgtk-2.6 )
	gtk? ( >=gnome-base/librsvg-2.4.0
	gtk? ( >=gnome-base/librsvg-2.4.0
			>=dev-ml/lablgtk-2.6 )
			>=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}
DEPEND="${RDEPEND}
	>=sys-devel/autoconf-2.58
	>=sys-devel/autoconf-2.58
 Lines 88-93    Link Here 
		--localstatedir=/var/mldonkey \
		--localstatedir=/var/mldonkey \
		--enable-checks \
		--enable-checks \
		`use_enable batch` \
		`use_enable batch` \
		`use_enable magic` \
		`use_enable gd` \
		`use_enable gd` \
		${myconf} || die "Configure Failed!"
		${myconf} || die "Configure Failed!"