summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-06-30 20:45:12 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-06-30 20:45:12 +0000
commit030b1989253efda7ffe265965f540ab3b99918be (patch)
tree0b40762e8e4fe7b7f81e0daabfea655ea1574b95 /dev-libs/libmcrypt
parentsmall fix (diff)
downloadgentoo-2-030b1989253efda7ffe265965f540ab3b99918be.tar.gz
gentoo-2-030b1989253efda7ffe265965f540ab3b99918be.tar.bz2
gentoo-2-030b1989253efda7ffe265965f540ab3b99918be.zip
small fix
Diffstat (limited to 'dev-libs/libmcrypt')
-rw-r--r--dev-libs/libmcrypt/libmcrypt-2.5.1-r3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/libmcrypt/libmcrypt-2.5.1-r3.ebuild b/dev-libs/libmcrypt/libmcrypt-2.5.1-r3.ebuild
index b3a072bac9ca..ae9442774441 100644
--- a/dev-libs/libmcrypt/libmcrypt-2.5.1-r3.ebuild
+++ b/dev-libs/libmcrypt/libmcrypt-2.5.1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/libmcrypt-2.5.1-r3.ebuild,v 1.2 2002/06/30 20:42:50 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/libmcrypt-2.5.1-r3.ebuild,v 1.3 2002/06/30 20:45:12 azarah Exp $
inherit libtool
@@ -10,7 +10,8 @@ SRC_URI="ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/${P}.tar.gz"
HOMEPAGE="http://mcrypt.hellug.gr/"
DEPEND="virtual/glibc
- >=sys-devel/automake-1.6.1"
+ >=sys-devel/automake-1.6.1
+ >=libtool-1.4.1-r8"
RDEPEND="virtual/glibc"
SLOT="0"
LICENSE="GPL-2"