summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-20 05:03:00 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-20 05:03:00 +0000
commit0d62295c67c925093a963702f7aea935d8e5ab83 (patch)
treef8ddc4b6d65612a1567a03389829669e0a63c821 /games-action/bzflag
parentversion bump to ck5 (Manifest recommit) (diff)
downloadgentoo-2-0d62295c67c925093a963702f7aea935d8e5ab83.tar.gz
gentoo-2-0d62295c67c925093a963702f7aea935d8e5ab83.tar.bz2
gentoo-2-0d62295c67c925093a963702f7aea935d8e5ab83.zip
err deleted wrong config line
(Portage version: 2.0.51-r13)
Diffstat (limited to 'games-action/bzflag')
-rw-r--r--games-action/bzflag/bzflag-1.10.8.20041007.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/bzflag/bzflag-1.10.8.20041007.ebuild b/games-action/bzflag/bzflag-1.10.8.20041007.ebuild
index 4b1c1f21cb26..20042d78bc50 100644
--- a/games-action/bzflag/bzflag-1.10.8.20041007.ebuild
+++ b/games-action/bzflag/bzflag-1.10.8.20041007.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-1.10.8.20041007.ebuild,v 1.2 2005/01/20 04:48:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-1.10.8.20041007.ebuild,v 1.3 2005/01/20 05:03:00 vapier Exp $
inherit flag-o-matic games
@@ -35,9 +35,9 @@ src_compile() {
ewarn
ewarn "You are building a server-only copy of BZFlag"
ewarn
- egamesconf ${myconf} || die
+ egamesconf --disable-client || die
else
- egamesconf ${myconf} || die
+ egamesconf || die
fi
emake || die "emake failed"
}