diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2003-04-02 00:17:58 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2003-04-02 00:17:58 +0000 |
commit | 75cdb7e67621ada5100fff27fab942cb2a0a98b8 (patch) | |
tree | 2dbaa3da7887c2016bd19c30f11e2d4c943289fa /app-editors/ted/ted-2.12.ebuild | |
parent | Switched from a U1_HME_FIX variable to a local use flag (diff) | |
download | gentoo-2-75cdb7e67621ada5100fff27fab942cb2a0a98b8.tar.gz gentoo-2-75cdb7e67621ada5100fff27fab942cb2a0a98b8.tar.bz2 gentoo-2-75cdb7e67621ada5100fff27fab942cb2a0a98b8.zip |
fixing bug 1446
Diffstat (limited to 'app-editors/ted/ted-2.12.ebuild')
-rw-r--r-- | app-editors/ted/ted-2.12.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-editors/ted/ted-2.12.ebuild b/app-editors/ted/ted-2.12.ebuild index 73a558c42a94..2a4b25fa01b0 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. # 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.5 2003/03/29 02:53:03 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.12.ebuild,v 1.6 2003/04/02 00:17:58 spider Exp $ DESCRIPTION="X-based rich text editor." HOMEPAGE="http://www.nllgg.nl/Ted" @@ -13,8 +13,7 @@ KEYWORDS="x86 ppc sparc" DEPEND="virtual/motif >=media-libs/tiff-3.5.7 >=media-libs/jpeg-6b - >=media-libs/libpng-1.2.3 - >=media-libs/xpm-3.4k" + >=media-libs/libpng-1.2.3" S="${WORKDIR}/Ted-${PV}" |