diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-21 07:05:15 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-21 07:05:15 +0000 |
commit | 504b5829a889a85c59528ae0d45280e6ba91d4b5 (patch) | |
tree | 91e9005bebe6daa146a3129518e3555ff357ff32 /x11-wm/fluxbox | |
parent | new version (diff) | |
download | gentoo-2-504b5829a889a85c59528ae0d45280e6ba91d4b5.tar.gz gentoo-2-504b5829a889a85c59528ae0d45280e6ba91d4b5.tar.bz2 gentoo-2-504b5829a889a85c59528ae0d45280e6ba91d4b5.zip |
typo by me. fixed.
Diffstat (limited to 'x11-wm/fluxbox')
-rw-r--r-- | x11-wm/fluxbox/fluxbox-0.1.7-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/fluxbox/fluxbox-0.1.7-r3.ebuild b/x11-wm/fluxbox/fluxbox-0.1.7-r3.ebuild index 0b2cb03f8e7b..75c2ee886637 100644 --- a/x11-wm/fluxbox/fluxbox-0.1.7-r3.ebuild +++ b/x11-wm/fluxbox/fluxbox-0.1.7-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.1.7-r3.ebuild,v 1.3 2002/03/21 02:48:58 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.1.7-r3.ebuild,v 1.4 2002/03/21 07:05:15 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Window manager based on BlackBox" @@ -10,7 +10,7 @@ HOMEPAGE="http://fluxbox.sf.net" DEPEND="virtual/x11 virtual/glibc - nls? ( >=sys-devel/gettext-0.10.38 ) " + nls? ( >=sys-devel/gettext-0.10.38 )" RDEPEND="$DEPEND" @@ -29,7 +29,7 @@ src_compile() { use kde && myconf="${myconf} --enable-kde" \ && export KDEDIR=/usr/kde/2 \ || myconf="${myconf} --disable-kde" - use gnome && myconf="${myconf --enable-gnome" \ + use gnome && myconf="${myconf} --enable-gnome" \ || myconf="${myconf} --disable-gnome" ./configure \ |