diff options
author | 2006-08-05 19:47:29 +0000 | |
---|---|---|
committer | 2006-08-05 19:47:29 +0000 | |
commit | cd0799e83ff7879deb89b14413a7d550a24415b4 (patch) | |
tree | 666e58ef1e63401e591535ca527737436942f875 /dev-perl/POE/POE-0.32.02.ebuild | |
parent | require php to be built with USE=php #142563 by Raphael Marichez (diff) | |
download | gentoo-2-cd0799e83ff7879deb89b14413a7d550a24415b4.tar.gz gentoo-2-cd0799e83ff7879deb89b14413a7d550a24415b4.tar.bz2 gentoo-2-cd0799e83ff7879deb89b14413a7d550a24415b4.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/POE/POE-0.32.02.ebuild')
-rw-r--r-- | dev-perl/POE/POE-0.32.02.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-perl/POE/POE-0.32.02.ebuild b/dev-perl/POE/POE-0.32.02.ebuild index 6bdd27aa1e41..85e6bad3f61f 100644 --- a/dev-perl/POE/POE-0.32.02.ebuild +++ b/dev-perl/POE/POE-0.32.02.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/POE/POE-0.32.02.ebuild,v 1.9 2006/07/06 17:16:01 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-0.32.02.ebuild,v 1.10 2006/08/05 19:47:29 mcummings Exp $ IUSE="gtk ipv6 libwww ncurses tcltk" @@ -35,10 +35,14 @@ DEPEND="dev-perl/ExtUtils-AutoInstall gtk? ( >=dev-perl/gtk-perl-0.7009 ) libwww? ( >=dev-perl/libwww-perl-5.79 >=dev-perl/URI-1.30 ) - ncurses? ( >=dev-perl/Curses-1.08 )" + ncurses? ( >=dev-perl/Curses-1.08 ) + dev-lang/perl" +RDEPEND="${DEPEND}" mymake="/usr" src_compile() { echo "n" | perl-module_src_compile } + + |