diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-12-05 23:40:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-12-05 23:40:44 +0000 |
commit | 52e578ff3fb4048018be311d71aa4a3a20087f44 (patch) | |
tree | 91c3948fa073ac8fa41a63d87183976123815140 /games-action/parsec | |
parent | Initial import. (diff) | |
download | historical-52e578ff3fb4048018be311d71aa4a3a20087f44.tar.gz historical-52e578ff3fb4048018be311d71aa4a3a20087f44.tar.bz2 historical-52e578ff3fb4048018be311d71aa4a3a20087f44.zip |
needs sys-libs/lib-compat
Diffstat (limited to 'games-action/parsec')
-rw-r--r-- | games-action/parsec/parsec-0197.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-action/parsec/parsec-0197.ebuild b/games-action/parsec/parsec-0197.ebuild index d4abe74bc9be..de475e0b0d04 100644 --- a/games-action/parsec/parsec-0197.ebuild +++ b/games-action/parsec/parsec-0197.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/parsec-0197.ebuild,v 1.1 2003/09/10 19:29:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/parsec-0197.ebuild,v 1.2 2003/12/05 23:40:44 vapier Exp $ inherit games @@ -18,7 +18,8 @@ DEPEND="virtual/x11 virtual/opengl virtual/glut virtual/glu - media-libs/openal" + media-libs/openal + sys-libs/lib-compat" S=${WORKDIR}/${PN} |