diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-19 19:36:49 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-19 19:36:49 +0000 |
commit | 183e6f375f273b078eda26c74c2deef12c988461 (patch) | |
tree | e0cdcccd926eb40d2c832f38d5ee0be9fba155d5 /x11-wm/xfce | |
parent | Added Clarified Artistic License - needed by NcFTP (so far). (diff) | |
download | gentoo-2-183e6f375f273b078eda26c74c2deef12c988461.tar.gz gentoo-2-183e6f375f273b078eda26c74c2deef12c988461.tar.bz2 gentoo-2-183e6f375f273b078eda26c74c2deef12c988461.zip |
typo fix
Diffstat (limited to 'x11-wm/xfce')
-rw-r--r-- | x11-wm/xfce/xfce-3.8.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/xfce/xfce-3.8.16.ebuild b/x11-wm/xfce/xfce-3.8.16.ebuild index f85e4631908a..a68e9e456988 100644 --- a/x11-wm/xfce/xfce-3.8.16.ebuild +++ b/x11-wm/xfce/xfce-3.8.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-wm/xfce/xfce-3.8.16.ebuild,v 1.7 2002/06/19 14:36:12 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/xfce/xfce-3.8.16.ebuild,v 1.8 2002/06/19 19:36:49 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="XFce is a lightweight desktop environment for various UNIX systems." @@ -20,7 +20,7 @@ src_compile() { use gtk && myconf="--enable-imlib=no --enable-gdk-pixbuf=/usr" - if [ "`use fooz`" ] +# if [ "`use fooz`" ] if [ "`use gnome`" ] then myconf="${myconf} --enable-gdm" |