diff options
author | Vitaly Kushneriuk <vitaly@gentoo.org> | 2002-02-07 23:43:15 +0000 |
---|---|---|
committer | Vitaly Kushneriuk <vitaly@gentoo.org> | 2002-02-07 23:43:15 +0000 |
commit | 3a37d16f8e4865e46ecd7405c3b7ac30ee3e1f07 (patch) | |
tree | 8685b5b3baa38215fb96fda45fcbea3c96ac91f6 /x11-misc | |
parent | update (diff) | |
download | gentoo-2-3a37d16f8e4865e46ecd7405c3b7ac30ee3e1f07.tar.gz gentoo-2-3a37d16f8e4865e46ecd7405c3b7ac30ee3e1f07.tar.bz2 gentoo-2-3a37d16f8e4865e46ecd7405c3b7ac30ee3e1f07.zip |
dependancy fix
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/wmappl/wmappl-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/wmappl/wmappl-0.6.ebuild b/x11-misc/wmappl/wmappl-0.6.ebuild index 97dd2a0bec69..42613c364f32 100644 --- a/x11-misc/wmappl/wmappl-0.6.ebuild +++ b/x11-misc/wmappl/wmappl-0.6.ebuild @@ -1,14 +1,14 @@ # Copyright (c) Vitaly Kushneriuk # Distributed under the terms of the GNU General Public License, v2. # Maintainer: Vitaly Kushneriuk<vitaly@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmappl/wmappl-0.6.ebuild,v 1.1 2002/02/07 08:09:44 vitaly Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmappl/wmappl-0.6.ebuild,v 1.2 2002/02/07 23:43:15 vitaly Exp $ S=${WORKDIR}/${P} DESCRIPTION="Simple application launcher for the Window Maker dock." SRC_URI="http://www.upl.cs.wisc.edu/~charkins/wmappl/${P}.tar.gz" HOMEPAGE="http://www.pobox.com/~charkins/wmappl.html" -DEPEND="x11-base/xfreei virtual/glibc" +DEPEND="x11-base/xfree virtual/glibc" src_compile() { emake || die |