diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-28 05:25:55 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-28 05:25:55 +0000 |
commit | 44108720229834862c32de6dfa7e2bcf06289cb8 (patch) | |
tree | 47430b94bb49f9a1af7f25dda8f61afd3edcc034 /media-libs/gle | |
parent | Added virtual/glu and virtual/glut to PROVIDE if USE X is set (diff) | |
download | gentoo-2-44108720229834862c32de6dfa7e2bcf06289cb8.tar.gz gentoo-2-44108720229834862c32de6dfa7e2bcf06289cb8.tar.bz2 gentoo-2-44108720229834862c32de6dfa7e2bcf06289cb8.zip |
Added virtual/glu to DEPEND
Diffstat (limited to 'media-libs/gle')
-rw-r--r-- | media-libs/gle/gle-3.0.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/gle/gle-3.0.1-r1.ebuild b/media-libs/gle/gle-3.0.1-r1.ebuild index 390d2d5dbebc..9984cd87c0b1 100644 --- a/media-libs/gle/gle-3.0.1-r1.ebuild +++ b/media-libs/gle/gle-3.0.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/gle/gle-3.0.1-r1.ebuild,v 1.5 2001/04/23 19:59:31 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gle/gle-3.0.1-r1.ebuild,v 1.6 2001/04/28 05:25:55 achim Exp $ S=${WORKDIR}/${P} DESCRIPTION="GL extrusion library" @@ -10,6 +10,7 @@ HOMEPAGE="http://www.linas.org/gle" DEPEND="virtual/glibc virtual/opengl + virtual/glu virtual/x11" src_compile() { |