diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-01-18 08:28:09 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-01-18 08:28:09 +0000 |
commit | 114b5d52b634ae59a6c41e21e6f6b7bfa0c950a5 (patch) | |
tree | 10f57d602668de1d1191185d195183b9fc15a2f1 /x11-plugins/wmweather | |
parent | removed windowmaker dependency (diff) | |
download | gentoo-2-114b5d52b634ae59a6c41e21e6f6b7bfa0c950a5.tar.gz gentoo-2-114b5d52b634ae59a6c41e21e6f6b7bfa0c950a5.tar.bz2 gentoo-2-114b5d52b634ae59a6c41e21e6f6b7bfa0c950a5.zip |
cleaned up
Diffstat (limited to 'x11-plugins/wmweather')
-rw-r--r-- | x11-plugins/wmweather/wmweather-1.31-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/wmweather/wmweather-1.31-r1.ebuild b/x11-plugins/wmweather/wmweather-1.31-r1.ebuild index c458cd8f908e..340dd8c949a3 100644 --- a/x11-plugins/wmweather/wmweather-1.31-r1.ebuild +++ b/x11-plugins/wmweather/wmweather-1.31-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/wmweather-1.31-r1.ebuild,v 1.3 2002/12/09 04:42:00 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/wmweather-1.31-r1.ebuild,v 1.4 2003/01/18 08:28:09 seemant Exp $ MY_P=${P/wmw/wmW} S=${WORKDIR}/${MY_P} @@ -8,12 +8,12 @@ DESCRIPTION="Dockable applette for WindowMaker that shows weather." SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${MY_P}.tar.gz" HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" -DEPEND="x11-base/xfree +DEPEND="virtual/x11 sys-devel/perl" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" src_compile() { emake CFLAGS="$CFLAGS" -C Src || die |