diff options
Diffstat (limited to 'dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild')
-rw-r--r-- | dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild index b7ec41f4288a..c693c02bdbf1 100644 --- a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild +++ b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild,v 1.20 2006/07/04 07:06:09 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.51.ebuild,v 1.21 2006/10/02 14:00:22 ian Exp $ inherit perl-module @@ -18,9 +18,9 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" DEPEND="virtual/libc >=dev-lang/perl-5 - dev-perl/libwww-perl >=dev-libs/openssl-0.9.7c" RDEPEND="${DEPEND}" +PDEPEND="dev-perl/libwww-perl" export OPTIMIZE="${CFLAGS}" -myconf="${myconf} /usr"
\ No newline at end of file +myconf="${myconf} /usr" |