summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-07-07 14:25:25 +0000
committerAchim Gottinger <achim@gentoo.org>2001-07-07 14:25:25 +0000
commit465ba004806d0ccc0f486055d49bfac08dde3d81 (patch)
treeefd1a8c22842d8d0e2b9e71421d15619cdae006c /x11-wm/sawfish
parenttypo fix (diff)
downloadhistorical-465ba004806d0ccc0f486055d49bfac08dde3d81.tar.gz
historical-465ba004806d0ccc0f486055d49bfac08dde3d81.tar.bz2
historical-465ba004806d0ccc0f486055d49bfac08dde3d81.zip
Added imlib to the deps and --without-gdk-pixbuf to configure if gnome is not in USE
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r--x11-wm/sawfish/sawfish-0.38.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/sawfish/sawfish-0.38.ebuild b/x11-wm/sawfish/sawfish-0.38.ebuild
index 2c1b75603f0a..5a21dc7e8238 100644
--- a/x11-wm/sawfish/sawfish-0.38.ebuild
+++ b/x11-wm/sawfish/sawfish-0.38.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-0.38.ebuild,v 1.3 2001/06/09 14:11:57 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-0.38.ebuild,v 1.4 2001/07/07 14:25:25 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -10,6 +10,7 @@ SRC_URI="ftp://sawmill.sourceforge.net/pub/sawmill/"${A}
HOMEPAGE="http://sawmill.sourceforge.net/"
DEPEND=">=dev-libs/rep-gtk-0.15-r1
>=dev-libs/librep-0.13.6
+ >=media-libs/imlib-1.9.10
esd? ( >=media-sound/esound-0.2.22 )
readline? ( >=sys-libs/readline-4.1 )
nls? ( sys-devel/gettext )
@@ -17,6 +18,7 @@ DEPEND=">=dev-libs/rep-gtk-0.15-r1
RDEPEND=">=dev-libs/rep-gtk-0.15-r1
>=dev-libs/librep-0.13.6
>=x11-libs/gtk+-1.2.10
+ >=media-libs/imlib-1.9.10
esd? ( >=media-sound/esound-0.2.22 )
gnome? ( >=gnome-base/gnome-core-1.4.0 )"
@@ -33,7 +35,7 @@ src_compile() {
then
myconf="${myconf} --with-gnome-prefix=/opt/gnome --enable-gnome-widgets --enable-capplet"
else
- myconf="${myconf} --disable-gnome-widgets --disable-capplet"
+ myconf="${myconf} --disable-gnome-widgets --disable-capplet --without-gdk-pixbuf"
fi
if [ "`use readline`" ]
then