diff options
Diffstat (limited to 'dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild')
-rw-r--r-- | dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild b/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild index 784cd82afe8d..e995c7fbf772 100644 --- a/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild +++ b/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.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/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild,v 1.7 2006/07/05 11:14:28 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild,v 1.8 2006/08/06 00:20:34 mcummings Exp $ inherit perl-module eutils @@ -14,7 +14,8 @@ LICENSE="chasen" KEYWORDS="x86 amd64 ~ppc sparc" IUSE="" -DEPEND=">=app-text/chasen-2.2.9" +DEPEND=">=app-text/chasen-2.2.9 + dev-lang/perl" RDEPEND="${DEPEND}" src_unpack() { @@ -23,3 +24,5 @@ src_unpack() { epatch ${DISTDIR}/ChaSen.pm-1.03-pod-fix.diff sed -i -e '5a"LD" => "g++",' Makefile.PL || die } + + |