diff options
author | 2003-09-04 05:14:24 +0000 | |
---|---|---|
committer | 2003-09-04 05:14:24 +0000 | |
commit | 3da4b44b06b52c74a30cbf8409e8c6cf2bbd4935 (patch) | |
tree | 09a46df75640501c981ec86b647c53bdc1a75f0b /x11-wm/xfce/xfce-3.8.16.ebuild | |
parent | whitespace cleanup (diff) | |
download | gentoo-2-3da4b44b06b52c74a30cbf8409e8c6cf2bbd4935.tar.gz gentoo-2-3da4b44b06b52c74a30cbf8409e8c6cf2bbd4935.tar.bz2 gentoo-2-3da4b44b06b52c74a30cbf8409e8c6cf2bbd4935.zip |
whitespace cleanup
Diffstat (limited to 'x11-wm/xfce/xfce-3.8.16.ebuild')
-rw-r--r-- | x11-wm/xfce/xfce-3.8.16.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/xfce/xfce-3.8.16.ebuild b/x11-wm/xfce/xfce-3.8.16.ebuild index dda0380322ce..efbbc9c27987 100644 --- a/x11-wm/xfce/xfce-3.8.16.ebuild +++ b/x11-wm/xfce/xfce-3.8.16.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/xfce/xfce-3.8.16.ebuild,v 1.14 2003/02/13 17:55:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/xfce/xfce-3.8.16.ebuild,v 1.15 2003/09/04 05:11:37 msterret Exp $ IUSE="arts gtk gnome nls" - + S=${WORKDIR}/${P} DESCRIPTION="XFce is a lightweight desktop environment for various UNIX systems." SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz" @@ -17,7 +17,7 @@ DEPEND="virtual/x11 gnome? ( dev-libs/libxml2 ) gtk? ( >=media-libs/gdk-pixbuf-0.11.0-r1 >=media-libs/imlib-1.9.10-r1 ) arts? ( kde-base/arts )" - + RDEPEND="nls? ( sys-devel/gettext )" src_compile() { @@ -31,7 +31,7 @@ src_compile() { myconf="${myconf} --enable-gdm" myconf="${myconf} --enable-libxml2" fi - + use nls || myconf="${myconf} --disable-nls" use arts && myconf="${myconf} --enable-arts" |