diff options
author | Stefan Jones <cretin@gentoo.org> | 2002-11-17 15:51:00 +0000 |
---|---|---|
committer | Stefan Jones <cretin@gentoo.org> | 2002-11-17 15:51:00 +0000 |
commit | 8d8a8336d31998c79967ee90a21429c988f3160f (patch) | |
tree | 8811fece7f8012796411dfd284bc40fbeae4ef51 /x11-wm | |
parent | Added opengl useflag. (diff) | |
download | historical-8d8a8336d31998c79967ee90a21429c988f3160f.tar.gz historical-8d8a8336d31998c79967ee90a21429c988f3160f.tar.bz2 historical-8d8a8336d31998c79967ee90a21429c988f3160f.zip |
Depend fix for normal setups
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/sawfish/sawfish-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/sawfish/sawfish-1.2.ebuild b/x11-wm/sawfish/sawfish-1.2.ebuild index fae6dd7af5aa..5d83db38e66f 100644 --- a/x11-wm/sawfish/sawfish-1.2.ebuild +++ b/x11-wm/sawfish/sawfish-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.2.ebuild,v 1.1 2002/11/17 11:50:53 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.2.ebuild,v 1.2 2002/11/17 15:51:00 cretin Exp $ IUSE="readline esd nls" @@ -19,7 +19,7 @@ DEPEND=">=dev-util/pkgconfig-0.12.0 <dev-libs/librep-20020000 ) >=media-libs/imlib-1.9.10-r1 media-libs/audiofile - >=x11-libs/gtk+-2.1.2 + >=x11-libs/gtk+-2.0.8 esd? ( >=media-sound/esound-0.2.22 ) readline? ( >=sys-libs/readline-4.1 ) nls? ( sys-devel/gettext )" |