diff options
author | Leo Lipelis <aeoo@gentoo.org> | 2002-01-27 08:31:18 +0000 |
---|---|---|
committer | Leo Lipelis <aeoo@gentoo.org> | 2002-01-27 08:31:18 +0000 |
commit | b4f9797deb73c6e8464078fa7151ed6d222a77a1 (patch) | |
tree | b5ea6dcf01c40183c53da1ada7107658ef16a571 /x11-misc/toolbox | |
parent | rar 2.90 ebuild submitted by ceed@xrc.de (Christian Rubbert) (diff) | |
download | gentoo-2-b4f9797deb73c6e8464078fa7151ed6d222a77a1.tar.gz gentoo-2-b4f9797deb73c6e8464078fa7151ed6d222a77a1.tar.bz2 gentoo-2-b4f9797deb73c6e8464078fa7151ed6d222a77a1.zip |
typo fixed: s/QTDIr/QTDIR/
Diffstat (limited to 'x11-misc/toolbox')
-rw-r--r-- | x11-misc/toolbox/toolbox-0.6.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/toolbox/toolbox-0.6.0-r1.ebuild b/x11-misc/toolbox/toolbox-0.6.0-r1.ebuild index 298c81ff87a6..683f3034025f 100644 --- a/x11-misc/toolbox/toolbox-0.6.0-r1.ebuild +++ b/x11-misc/toolbox/toolbox-0.6.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Craig Joly <joly@ee.ualberta.ca> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/toolbox/toolbox-0.6.0-r1.ebuild,v 1.2 2001/12/29 21:45:09 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/toolbox/toolbox-0.6.0-r1.ebuild,v 1.3 2002/01/27 08:31:18 aeoo Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox style file configuration utility" @@ -13,7 +13,7 @@ DEPEND=">=x11-wm/blackbox-0.61 src_compile() { - QTDIr=/usr/qt/2 ./configure --prefix=/usr --host=${CHOST} || die + QTDIR=/usr/qt/2 ./configure --prefix=/usr --host=${CHOST} || die emake || die } |