diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-10 21:58:46 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-10 21:58:46 +0000 |
commit | 7eeb271f5ff1a4200c3205663d9656d8fb759250 (patch) | |
tree | 4ea1d92157790439b8f2b981316b1a315cee271b /x11-plugins/wmfortune/wmfortune-0.241.ebuild | |
parent | digest fix (diff) | |
download | gentoo-2-7eeb271f5ff1a4200c3205663d9656d8fb759250.tar.gz gentoo-2-7eeb271f5ff1a4200c3205663d9656d8fb759250.tar.bz2 gentoo-2-7eeb271f5ff1a4200c3205663d9656d8fb759250.zip |
DEPEND on games-misc/fortune-mod (games reorg)
Diffstat (limited to 'x11-plugins/wmfortune/wmfortune-0.241.ebuild')
-rw-r--r-- | x11-plugins/wmfortune/wmfortune-0.241.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-plugins/wmfortune/wmfortune-0.241.ebuild b/x11-plugins/wmfortune/wmfortune-0.241.ebuild index f0afeb37b213..c784622e8292 100644 --- a/x11-plugins/wmfortune/wmfortune-0.241.ebuild +++ b/x11-plugins/wmfortune/wmfortune-0.241.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-plugins/wmfortune/wmfortune-0.241.ebuild,v 1.1 2003/06/26 12:46:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v 1.2 2003/09/10 21:58:44 msterret Exp $ DESCRIPTION="dock-app that shows forune messages" HOMEPAGE="http://www.01.246.ne.jp/~m-sugano/apps.html" @@ -10,9 +10,8 @@ LICENSE="GPL-1" SLOT="0" KEYWORDS="~x86" -DEPEND="app-games/fortune-mod +DEPEND="games-misc/fortune-mod virtual/x11" -RDEPEND="" src_compile() { emake OPTIMIZE="${CFLAGS}" || die |