diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-11-04 16:12:11 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-11-04 16:12:11 +0000 |
commit | a33f2731776f2c008f76b7672cf204be88fdefe0 (patch) | |
tree | c21d5c160d35925336deac3f3a29a583da394616 /x11-wm/sawfish | |
parent | Removed PERLINSTALL part, because this does not work with the new perl-package (diff) | |
download | historical-a33f2731776f2c008f76b7672cf204be88fdefe0.tar.gz historical-a33f2731776f2c008f76b7672cf204be88fdefe0.tar.bz2 historical-a33f2731776f2c008f76b7672cf204be88fdefe0.zip |
lil fix
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r-- | x11-wm/sawfish/sawfish-0.32.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/sawfish/sawfish-0.32.ebuild b/x11-wm/sawfish/sawfish-0.32.ebuild index 6f0d883c1fda..460d1ce37a99 100644 --- a/x11-wm/sawfish/sawfish-0.32.ebuild +++ b/x11-wm/sawfish/sawfish-0.32.ebuild @@ -1,14 +1,14 @@ # 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.32.ebuild,v 1.2 2000/10/28 04:17:42 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-0.32.ebuild,v 1.3 2000/11/04 16:12:11 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Extensible window manager using a Lisp-based scripting language" SRC_URI="ftp://sawmill.sourceforge.net/pub/sawmill/"${A} HOMEPAGE="http://sawmill.sourceforge.net/" -DEPEND="dev-libs/gmp dev-libs/librep dev-libs/rep-gtk x11-libs/gtk+ media-libs/audiofile media-sound/esound media-libs/imlib gnome? ( gnome-base/gnome-core )" +DEPEND="dev-libs/gmp dev-libs/librep dev-libs/rep-gtk x11-libs/gtk+ media-libs/audiofile media-sound/esound media-libs/imlib gnome? ( gnome-base/control-center )" src_unpack() { unpack ${A} |