diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-11 16:38:54 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-11 16:38:54 +0000 |
commit | ba9357a8e42e06aeeb3daad316ca276b1c604b6e (patch) | |
tree | 80f83fee0f2823caa720efba75074853fabe8803 /media-libs/glut | |
parent | *** empty log message *** (diff) | |
download | historical-ba9357a8e42e06aeeb3daad316ca276b1c604b6e.tar.gz historical-ba9357a8e42e06aeeb3daad316ca276b1c604b6e.tar.bz2 historical-ba9357a8e42e06aeeb3daad316ca276b1c604b6e.zip |
Fixed mesa dependencie
Diffstat (limited to 'media-libs/glut')
-rw-r--r-- | media-libs/glut/glut-3.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/glut/glut-3.7.ebuild b/media-libs/glut/glut-3.7.ebuild index 15516c586e28..db35aa21dd33 100644 --- a/media-libs/glut/glut-3.7.ebuild +++ b/media-libs/glut/glut-3.7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.ebuild,v 1.2 2000/11/01 04:44:17 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.ebuild,v 1.3 2000/12/11 16:37:43 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ HOMEPAGE="http://reality.sgi.com/opengl/glut3/glut3.html" DEPEND=">=sys-libs/glibc-2.1.3 >=x11-base/xfree-4.0.1 - >=media-libs/mesa-glu-3.2.1" + >=media-libs/mesa-3.4" src_unpack() { unpack ${A} |