diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-28 14:32:32 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-28 14:32:32 +0000 |
commit | db8d979341579ce0fff1a3c673ba822e62d93127 (patch) | |
tree | 180164968c14f8e60e868f42e901f24635e79d3c /app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild | |
parent | Dependencie fixes (diff) | |
download | gentoo-2-db8d979341579ce0fff1a3c673ba822e62d93127.tar.gz gentoo-2-db8d979341579ce0fff1a3c673ba822e62d93127.tar.bz2 gentoo-2-db8d979341579ce0fff1a3c673ba822e62d93127.zip |
dependencie fixes for rc5
Diffstat (limited to 'app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild')
-rw-r--r-- | app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild b/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild index 8ebe7c4a73e4..8df788f6309b 100644 --- a/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild +++ b/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 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/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild,v 1.2 2001/05/28 05:24:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild,v 1.3 2001/05/28 14:32:32 achim Exp $ A=${P}.tgz S=${WORKDIR}/${P} @@ -9,8 +9,9 @@ DESCRIPTION="Converts True Type to Type 1 fonts" SRC_URI="http://download.sourceforge.net/ttf2pt1/${A}" HOMEPAGE="http://ttf2pt1.sourceforge.net" -DEPEND="virtual/glibc - =media-libs/freetype-1.3.1-r2" +RDEPEND="virtual/glibc + >=media-libs/freetype-2.0" +DEPEND="$RDEPEND sys-devel/perl" src_unpack() { unpack ${A} |