Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89557 | Differences between
and this patch

Collapse All | Expand All

(-)bluefish-1.0.4.ebuild (-2 / +6 lines)
Lines 4-10 Link Here
4
4
5
inherit eutils fdo-mime
5
inherit eutils fdo-mime
6
6
7
IUSE="nls spell"
7
IUSE="gnome nls spell"
8
8
9
DESCRIPTION="A GTK HTML editor for the experienced web designer or programmer."
9
DESCRIPTION="A GTK HTML editor for the experienced web designer or programmer."
10
SRC_URI="http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/${P}.tar.bz2"
10
SRC_URI="http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/${P}.tar.bz2"
Lines 16-21 Link Here
16
16
17
RDEPEND=">=x11-libs/gtk+-2
17
RDEPEND=">=x11-libs/gtk+-2
18
	dev-libs/libpcre
18
	dev-libs/libpcre
19
	gnome? ( gnome-base/libgnomeui )
19
	spell? ( app-text/aspell )"
20
	spell? ( app-text/aspell )"
20
21
21
DEPEND="${RDEPEND}
22
DEPEND="${RDEPEND}
Lines 24-30 Link Here
24
25
25
src_compile() {
26
src_compile() {
26
	econf --disable-update-databases \
27
	econf --disable-update-databases \
27
	       `use_enable nls` || die
28
		$(use_enable nls) \
29
		$(use_with gnome libgnomeui) \
30
		|| die "Configuration failed"
31
28
	emake || die
32
	emake || die
29
}
33
}
30
34

Return to bug 89557