summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-01 23:23:31 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-01 23:23:31 +0000
commit5998c26c6792aad40c5a690f6dd3b0351b551899 (patch)
tree2e3b85f7fc4cba4200936ca013abe2499e926bf1 /games-util/xqf
parentStable on alpha, bug 51368. (Manifest recommit) (diff)
downloadgentoo-2-5998c26c6792aad40c5a690f6dd3b0351b551899.tar.gz
gentoo-2-5998c26c6792aad40c5a690f6dd3b0351b551899.tar.bz2
gentoo-2-5998c26c6792aad40c5a690f6dd3b0351b551899.zip
die backticks
Diffstat (limited to 'games-util/xqf')
-rw-r--r--games-util/xqf/xqf-0.9.14.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-util/xqf/xqf-0.9.14.ebuild b/games-util/xqf/xqf-0.9.14.ebuild
index 4d0f16fdcbae..d1da7647712e 100644
--- a/games-util/xqf/xqf-0.9.14.ebuild
+++ b/games-util/xqf/xqf-0.9.14.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/games-util/xqf/xqf-0.9.14.ebuild,v 1.2 2004/04/12 01:43:01 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-0.9.14.ebuild,v 1.3 2004/06/01 23:23:31 mr_bones_ Exp $
DESCRIPTION="A server browser for many FPS games (frontend for qstat)"
HOMEPAGE="http://www.linuxgames.com/xqf/"
@@ -30,9 +30,9 @@ RDEPEND="${RDEPEND}
src_compile() {
econf \
--disable-dependency-tracking \
- `use_enable gtk2` \
- `use_enable nls` \
- `use_enable geoip` \
+ $(use_enable gtk2) \
+ $(use_enable nls) \
+ $(use_enable geoip) \
--enable-bzip2 \
|| die
emake || die "emake failed"