diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-09-03 02:24:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-09-03 02:24:28 +0000 |
commit | a6fdda53b497270ff1bde4035c982d1ee76f9f71 (patch) | |
tree | 49bc076fee21c892956567ed39d6c64fbb2592f2 /net-misc/tightvnc | |
parent | Fixing bug 3026 by adding catalog installation. (diff) | |
download | gentoo-2-a6fdda53b497270ff1bde4035c982d1ee76f9f71.tar.gz gentoo-2-a6fdda53b497270ff1bde4035c982d1ee76f9f71.tar.bz2 gentoo-2-a6fdda53b497270ff1bde4035c982d1ee76f9f71.zip |
DEPEND fix0rs
Diffstat (limited to 'net-misc/tightvnc')
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.2.5-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-misc/tightvnc/tightvnc-1.2.5-r1.ebuild b/net-misc/tightvnc/tightvnc-1.2.5-r1.ebuild index b5f0be923d67..6ea1823562d1 100644 --- a/net-misc/tightvnc/tightvnc-1.2.5-r1.ebuild +++ b/net-misc/tightvnc/tightvnc-1.2.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.5-r1.ebuild,v 1.3 2002/08/28 14:07:26 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.5-r1.ebuild,v 1.4 2002/09/03 02:24:28 seemant Exp $ S="${WORKDIR}/vnc_unixsrc" DESCRIPTION="A great client/server software package allowing remote network access to graphical desktops." @@ -9,11 +9,10 @@ HOMEPAGE="http://www.tightvnc.com" KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" -DEPEND="virtual/glibc - >=x11-base/xfree-4.1.0 - >=sys-devel/perl-5.6.1 +DEPEND="virtual/x11 + sys-devel/perl ~media-libs/jpeg-6b - >=sys-libs/zlib-1.1.4" + sys-libs/zlib" RDEPEND=$DEPEND |