diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-01-11 14:04:38 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-01-11 14:04:38 +0000 |
commit | ee46ff510f23ce031f02e28ce18a1865be4ce8a4 (patch) | |
tree | 6a3bb02ded4d9bb776dea8dcb73704a1efc26d38 /app-editors/ted/ted-2.12.ebuild | |
parent | Make sure we link to /lib/libtermcap.so, not /usr/lib/libtermcap.a, bug #4411. (diff) | |
download | gentoo-2-ee46ff510f23ce031f02e28ce18a1865be4ce8a4.tar.gz gentoo-2-ee46ff510f23ce031f02e28ce18a1865be4ce8a4.tar.bz2 gentoo-2-ee46ff510f23ce031f02e28ce18a1865be4ce8a4.zip |
fixed motif dep
Diffstat (limited to 'app-editors/ted/ted-2.12.ebuild')
-rw-r--r-- | app-editors/ted/ted-2.12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/ted/ted-2.12.ebuild b/app-editors/ted/ted-2.12.ebuild index 2a4b25fa01b0..7c213e58ecbb 100644 --- a/app-editors/ted/ted-2.12.ebuild +++ b/app-editors/ted/ted-2.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.12.ebuild,v 1.6 2003/04/02 00:17:58 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.12.ebuild,v 1.7 2004/01/11 14:02:53 lanius Exp $ DESCRIPTION="X-based rich text editor." HOMEPAGE="http://www.nllgg.nl/Ted" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc" -DEPEND="virtual/motif +DEPEND="x11-libs/openmotif >=media-libs/tiff-3.5.7 >=media-libs/jpeg-6b >=media-libs/libpng-1.2.3" |