diff options
Diffstat (limited to 'app-editors/bluefish/bluefish-0.10.ebuild')
-rw-r--r-- | app-editors/bluefish/bluefish-0.10.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-editors/bluefish/bluefish-0.10.ebuild b/app-editors/bluefish/bluefish-0.10.ebuild index e60787ceb664..d7fd5283043b 100644 --- a/app-editors/bluefish/bluefish-0.10.ebuild +++ b/app-editors/bluefish/bluefish-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.10.ebuild,v 1.1 2003/07/21 10:37:45 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.10.ebuild,v 1.2 2003/07/25 15:21:02 foser Exp $ IUSE="nls spell" @@ -12,11 +12,12 @@ LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc" SLOT="0" -DEPEND=">=x11-libs/gtk+-2 +RDEPEND=">=x11-libs/gtk+-2 dev-libs/libpcre - dev-util/pkgconfig spell? ( app-text/aspell )" -RDEPEND="${DEPEND} + +DEPEND="${RDEPEND} + dev-util/pkgconfig nls? ( sys-devel/gettext )" src_compile() { |