diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-03-13 22:30:04 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-03-13 22:30:04 +0000 |
commit | fb9b4a57b9da1b26fd520bf8de185cc5b4023bb0 (patch) | |
tree | fcd8c439ee054b25a0e17c2827a453f112e80e98 /x11-misc/icecc | |
parent | many fixes. this build should work properly. (diff) | |
download | gentoo-2-fb9b4a57b9da1b26fd520bf8de185cc5b4023bb0.tar.gz gentoo-2-fb9b4a57b9da1b26fd520bf8de185cc5b4023bb0.tar.bz2 gentoo-2-fb9b4a57b9da1b26fd520bf8de185cc5b4023bb0.zip |
added deps
Diffstat (limited to 'x11-misc/icecc')
-rw-r--r-- | x11-misc/icecc/icecc-0.5.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-misc/icecc/icecc-0.5.ebuild b/x11-misc/icecc/icecc-0.5.ebuild index 145873e31740..4ff8da880fbf 100644 --- a/x11-misc/icecc/icecc-0.5.ebuild +++ b/x11-misc/icecc/icecc-0.5.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/icecc/icecc-0.5.ebuild,v 1.7 2003/02/13 17:14:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-0.5.ebuild,v 1.8 2003/03/13 22:30:04 bcowan Exp $ S=${WORKDIR}/${P} DESCRIPTION="IceWM Control-Center." @@ -8,7 +8,10 @@ SRC_URI="http://www.selena.kherson.ua/xvadim/${P}.tar.bz2" HOMEPAGE="http://www.selena.kherson.ua/xvadim" DEPEND="virtual/x11 - x11-libs/qt" + x11-libs/qt + x11-misc/icets + x11-misc/icebgset + x11-misc/icesndcfg" RDEPEND="x11-wm/icewm" |