diff options
Diffstat (limited to 'x11-wm/fvwm/fvwm-2.5.7-r5.ebuild')
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.7-r5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-wm/fvwm/fvwm-2.5.7-r5.ebuild b/x11-wm/fvwm/fvwm-2.5.7-r5.ebuild index 2528d73a3e3a..1e5ead319d4e 100644 --- a/x11-wm/fvwm/fvwm-2.5.7-r5.ebuild +++ b/x11-wm/fvwm/fvwm-2.5.7-r5.ebuild @@ -1,12 +1,11 @@ # 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.7-r5.ebuild,v 1.6 2004/06/28 23:45:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.7-r5.ebuild,v 1.7 2004/07/15 01:12:44 agriffis Exp $ inherit gnuconfig IUSE="bidi cjk debug gnome gtk gtk2 imlib ncurses nls nosm noxpm perl png readline rplay stroke tcltk truetype xinerama" -S=${WORKDIR}/${P} DESCRIPTION="An extremely powerful ICCCM-compliant multiple virtual desktop window manager" SRC_URI="ftp://ftp.fvwm.org/pub/fvwm/version-2/${P}.tar.bz2 perl? ( mirror://gentoo/FvwmTabs-2.3.tar.gz )" @@ -39,7 +38,7 @@ RDEPEND="readline? ( >=sys-libs/readline-4.1 virtual/x11" # XXX: gtk2 perl bindings require dev-perl/gtk2-perl, worth a dependency? # XXX: gtk perl bindings require dev-perl/gtk-perl, worth a dependency? -# XXX: netpbm is used by FvwmScript-ScreenDump...im assuming anyone with +# XXX: netpbm is used by FvwmScript-ScreenDump...im assuming anyone with # `use noxpm` will not want them. DEPEND="${RDEPEND} >=sys-apps/sed-4 @@ -50,7 +49,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - use alpha && gnuconfig_update + gnuconfig_update # CFLAGS containing comma (eg -mfpmath=sse,387) will break this, so change it for ! sed -i 's#\x27s,xCFLAGSx,$(CFLAGS),\x27#\x27s!xCFLAGSx!$(CFLAGS)!\x27#' ${S}/utils/Makefile.am |