summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/xfce/xfce-3.8.18-r1.ebuild')
-rw-r--r--x11-wm/xfce/xfce-3.8.18-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/xfce/xfce-3.8.18-r1.ebuild b/x11-wm/xfce/xfce-3.8.18-r1.ebuild
index 11670e463bff..c447a1f297ba 100644
--- a/x11-wm/xfce/xfce-3.8.18-r1.ebuild
+++ b/x11-wm/xfce/xfce-3.8.18-r1.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.18-r1.ebuild,v 1.3 2003/02/13 17:55:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/xfce/xfce-3.8.18-r1.ebuild,v 1.4 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."
@@ -19,7 +19,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() {
@@ -30,7 +30,7 @@ src_compile() {
use gnome && myconf="${myconf} --enable-gdm --enable-libxml2"
use nls || myconf="${myconf} --disable-nls"
-
+
use arts && myconf="${myconf} --enable-arts"
econf \
@@ -52,6 +52,6 @@ src_install () {
exeinto /etc/X11/Sessions
doexe $FILESDIR/xfce
-
+
dodoc ChangeLog* AUTHORS LICENSE README* TODO*
}