summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-04 00:16:12 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-04 00:16:12 +0000
commitba0a4e5c32808d8a5d029f0b0e26a80e9173fe6c (patch)
tree127fbb65735709166cb7ac235f11ee6d7afbde62 /x11-libs/fltk
parentNow finds it's help and configuration files correctly (diff)
downloadhistorical-ba0a4e5c32808d8a5d029f0b0e26a80e9173fe6c.tar.gz
historical-ba0a4e5c32808d8a5d029f0b0e26a80e9173fe6c.tar.bz2
historical-ba0a4e5c32808d8a5d029f0b0e26a80e9173fe6c.zip
dependencie fixes and updates
Diffstat (limited to 'x11-libs/fltk')
-rw-r--r--x11-libs/fltk/fltk-1.0.11.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/fltk/fltk-1.0.11.ebuild b/x11-libs/fltk/fltk-1.0.11.ebuild
index a50760762256..195fc1cdca69 100644
--- a/x11-libs/fltk/fltk-1.0.11.ebuild
+++ b/x11-libs/fltk/fltk-1.0.11.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.0.11.ebuild,v 1.1 2001/05/08 01:25:00 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.0.11.ebuild,v 1.2 2001/06/04 00:16:12 achim Exp $
S=${WORKDIR}/${P}
DESCRIPTION="C++ user interface toolkit for X and OpenGL."
SRC_URI="ftp://ftp.fltk.org/pub/fltk/${PV}/${P}-source.tar.bz2"
HOMEPAGE="http://www.fltk.org"
-DEPEND="virtual/x11 opengl? ( virtual/opengl )"
-
+DEPEND="virtual/glibc virtual/x11 opengl? ( virtual/opengl virtual/glu )"
+RDEPEND="virtual/glibc virtual/x11 opengl? ( virtual/opengl virtual/glu )"
src_compile() {