diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-11 16:41:39 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-11 16:41:39 +0000 |
commit | 46874227c2c6529470bfa43e5e10f79363b5439f (patch) | |
tree | 6c00a526ecb2bf0cb8afa558db58dfaf7e842b3b /media-libs/glut | |
parent | Fied mesa dependencie (diff) | |
download | gentoo-2-46874227c2c6529470bfa43e5e10f79363b5439f.tar.gz gentoo-2-46874227c2c6529470bfa43e5e10f79363b5439f.tar.bz2 gentoo-2-46874227c2c6529470bfa43e5e10f79363b5439f.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} |