diff options
author | 2004-11-03 00:29:29 +0000 | |
---|---|---|
committer | 2004-11-03 00:29:29 +0000 | |
commit | a572d87777d6a2785a4302a0e00d694d51647c76 (patch) | |
tree | 02e20a2e406c96dc56003b4e3e92a3771352dfd0 /games-fps/quake1 | |
parent | mask directfb (diff) | |
download | historical-a572d87777d6a2785a4302a0e00d694d51647c76.tar.gz historical-a572d87777d6a2785a4302a0e00d694d51647c76.tar.bz2 historical-a572d87777d6a2785a4302a0e00d694d51647c76.zip |
needs unzip #69831
Diffstat (limited to 'games-fps/quake1')
-rw-r--r-- | games-fps/quake1/quake1-2.40.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-fps/quake1/quake1-2.40.ebuild b/games-fps/quake1/quake1-2.40.ebuild index f4885ad6ea33..0ab7351cfe33 100644 --- a/games-fps/quake1/quake1-2.40.ebuild +++ b/games-fps/quake1/quake1-2.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1/quake1-2.40.ebuild,v 1.5 2004/06/24 22:43:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1/quake1-2.40.ebuild,v 1.6 2004/11/03 00:24:33 vapier Exp $ inherit games eutils gcc @@ -13,10 +13,12 @@ SLOT="0" KEYWORDS="x86" IUSE="X opengl svga 3dfx" -DEPEND="X? ( virtual/x11 ) +RDEPEND="X? ( virtual/x11 ) opengl? ( virtual/opengl ) svga? ( media-libs/svgalib ) 3dfx? ( media-libs/glide-v3 )" +DEPEND="${RDEPEND} + app-arch/unzip" S=${WORKDIR} |