diff options
Diffstat (limited to 'x11-plugins/gkrellm-mailwatch')
-rw-r--r-- | x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-0.7.2.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-0.7.2.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-0.7.2.ebuild index 2d5975705a9b..a036244c44dc 100644 --- a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-0.7.2.ebuild +++ b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-0.7.2.ebuild @@ -1,20 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-0.7.2.ebuild,v 1.1 2002/08/30 01:49:27 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-0.7.2.ebuild,v 1.2 2002/08/30 05:14:58 seemant Exp $ MY_P=${P/gkrellm-/} S=${WORKDIR}/${MY_P} DESCRIPTION="A GKrellM plugin that shows the status of additional mail boxes" SRC_URI="http://gkrellm.luon.net/files/${MY_P}.tar.gz" HOMEPAGE="http://gkrellm.luon.net/mailwatch.phtml" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc sparc64" -DEPEND=">=app-admin/gkrellm-1.0.6 - =x11-libs/gtk+-1.2* +DEPEND="=app-admin/gkrellm-1.2* >=media-libs/imlib-1.9.10-r1" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" src_compile() { make || die |