diff options
author | 2004-06-24 00:21:30 +0000 | |
---|---|---|
committer | 2004-06-24 00:21:30 +0000 | |
commit | 070b9fff87d206963d3768642db6c730c4e6f28c (patch) | |
tree | 1416b3241b6fc956e892c85c0f57e6118f50b7b0 /x11-misc/xalf/xalf-0.12-r1.ebuild | |
parent | QA - fix use invocation, run gnuconfig_update everywhere instead of select ar... (diff) | |
download | gentoo-2-070b9fff87d206963d3768642db6c730c4e6f28c.tar.gz gentoo-2-070b9fff87d206963d3768642db6c730c4e6f28c.tar.bz2 gentoo-2-070b9fff87d206963d3768642db6c730c4e6f28c.zip |
QA - fix use invocation
Diffstat (limited to 'x11-misc/xalf/xalf-0.12-r1.ebuild')
-rw-r--r-- | x11-misc/xalf/xalf-0.12-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xalf/xalf-0.12-r1.ebuild b/x11-misc/xalf/xalf-0.12-r1.ebuild index 38e0fccfdf1c..3cde0751a1e2 100644 --- a/x11-misc/xalf/xalf-0.12-r1.ebuild +++ b/x11-misc/xalf/xalf-0.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xalf/xalf-0.12-r1.ebuild,v 1.13 2004/04/11 17:27:40 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xalf/xalf-0.12-r1.ebuild,v 1.14 2004/06/24 00:21:30 agriffis Exp $ IUSE="gnome" @@ -19,7 +19,7 @@ src_compile() { local myconf - if [ "`use gnome`" ] + if use gnome then myconf="--prefix=/usr --enable-capplet" else |