diff options
Diffstat (limited to 'x11-misc/wmakerconf/wmakerconf-2.9.ebuild')
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.9.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-misc/wmakerconf/wmakerconf-2.9.ebuild b/x11-misc/wmakerconf/wmakerconf-2.9.ebuild index df088ef445a7..fd1334ff6823 100644 --- a/x11-misc/wmakerconf/wmakerconf-2.9.ebuild +++ b/x11-misc/wmakerconf/wmakerconf-2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.9.ebuild,v 1.14 2003/08/16 09:04:45 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.9.ebuild,v 1.15 2003/09/05 23:18:18 msterret Exp $ IUSE="nls gnome imlib perl" @@ -14,10 +14,10 @@ LICENSE="GPL-2" KEYWORDS="-*" DEPEND="=x11-libs/gtk+-1.2* - x11-wm/windowmaker + x11-wm/windowmaker gnome? ( =gnome-base/gnome-libs-1.4* ) imlib? ( media-libs/imlib )" - + RDEPEND="nls? ( sys-devel/gettext ) perl? ( dev-lang/perl @@ -30,7 +30,7 @@ src_compile() { use nls || myconf="${myconf} --disable-nls" use imlib || myconf="${myconf} --disable-imlibtest" - + use gnome || myconf="${myconf} --without-gnome" ./configure \ @@ -43,7 +43,7 @@ src_compile() { } src_install() { - + make \ prefix=${D}/usr \ GNOMEDIR=${D}/usr/share/gnome/apps/Settings \ |