diff options
Diffstat (limited to 'x11-wm/fvwm/fvwm-2.5.12.ebuild')
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.12.ebuild | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/x11-wm/fvwm/fvwm-2.5.12.ebuild b/x11-wm/fvwm/fvwm-2.5.12.ebuild index 577b4dc36902..c9b247852c05 100644 --- a/x11-wm/fvwm/fvwm-2.5.12.ebuild +++ b/x11-wm/fvwm/fvwm-2.5.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.12.ebuild,v 1.2 2004/10/06 18:30:38 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.12.ebuild,v 1.3 2004/10/16 19:42:09 vapier Exp $ inherit eutils flag-o-matic @@ -16,9 +16,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc64 ~ppc ~amd64 ~sparc" LICENSE="GPL-2 FVWM" -RDEPEND="readline? ( >=sys-libs/readline-4.1 - ncurses? ( >=sys-libs/ncurses-5.3-r1 ) - !ncurses? ( >=sys-libs/libtermcap-compat-1.2.3 ) ) +RDEPEND="readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.3-r1 ) gtk? ( =x11-libs/gtk+-1.2* imlib? ( >=media-libs/gdk-pixbuf-0.21.0 >=media-libs/imlib-1.9.14-r1 ) @@ -89,12 +87,7 @@ src_compile() { else myconf="${myconf} --with-readline-library" - # choose ncurses or termcap. - if use ncurses; then - myconf="${myconf} --without-termcap-library" - else - myconf="${myconf} --without-ncurses-library" - fi + myconf="${myconf} --without-termcap-library" fi # since fvwm-2.5.8 GTK support can be diabled with --disable-gtk, previously |