diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:19 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:19 +0000 |
commit | cdffb97e37340bd00a4b63565030fc5ce63a864d (patch) | |
tree | 8dcab8894e722e313abb92b9e52c437fe8fe69e8 /x11-libs/gtkglarea | |
parent | gtk 1.2 dependency listing fixes (diff) | |
download | historical-cdffb97e37340bd00a4b63565030fc5ce63a864d.tar.gz historical-cdffb97e37340bd00a4b63565030fc5ce63a864d.tar.bz2 historical-cdffb97e37340bd00a4b63565030fc5ce63a864d.zip |
gtk 1.2 dependency listing fixes
Diffstat (limited to 'x11-libs/gtkglarea')
-rw-r--r-- | x11-libs/gtkglarea/gtkglarea-1.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/gtkglarea/gtkglarea-1.2.3.ebuild b/x11-libs/gtkglarea/gtkglarea-1.2.3.ebuild index df27bbea4fd5..c9034e5cfd66 100644 --- a/x11-libs/gtkglarea/gtkglarea-1.2.3.ebuild +++ b/x11-libs/gtkglarea/gtkglarea-1.2.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 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/x11-libs/gtkglarea/gtkglarea-1.2.3.ebuild,v 1.2 2002/04/28 04:29:34 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/gtkglarea-1.2.3.ebuild,v 1.3 2002/05/23 06:50:19 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GL Extentions for gtk+" @@ -9,7 +9,7 @@ SRC_URI="http://www.student.oulu.fi/~jlof/gtkglarea/download/${P}.tar.gz" HOMEPAGE="http://www.student.oulu.fi/~jlof/gtkglarea/" DEPEND="virtual/glibc - >=x11-libs/gtk+-1.2.10-r4 + =x11-libs/gtk+-1.2* virtual/glu virtual/opengl" |