diff options
author | Mamoru Komachi <usata@gentoo.org> | 2006-06-26 19:37:30 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2006-06-26 19:37:30 +0000 |
commit | fb2f22e789ad86601acff6396f2c5b23f05c1a85 (patch) | |
tree | 1bea1496e981650dac1e00b9aaa9a27e28c2e8a4 /app-text/cabocha/cabocha-0.53.ebuild | |
parent | shell highlighting has been integrated upstream (diff) | |
download | historical-fb2f22e789ad86601acff6396f2c5b23f05c1a85.tar.gz historical-fb2f22e789ad86601acff6396f2c5b23f05c1a85.tar.bz2 historical-fb2f22e789ad86601acff6396f2c5b23f05c1a85.zip |
Fixed compilation for the first time.
Package-Manager: portage-2.1-r1
Diffstat (limited to 'app-text/cabocha/cabocha-0.53.ebuild')
-rw-r--r-- | app-text/cabocha/cabocha-0.53.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app-text/cabocha/cabocha-0.53.ebuild b/app-text/cabocha/cabocha-0.53.ebuild index 39395d317fa6..cc71beb66492 100644 --- a/app-text/cabocha/cabocha-0.53.ebuild +++ b/app-text/cabocha/cabocha-0.53.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/cabocha/cabocha-0.53.ebuild,v 1.1 2006/02/02 22:48:09 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/cabocha/cabocha-0.53.ebuild,v 1.2 2006/06/26 19:37:30 usata Exp $ -inherit perl-module +inherit perl-module eutils DESCRIPTION="Yet Another Japanese Dependency Structure Analyzer" HOMEPAGE="http://chasen.org/~taku/software/cabocha/" @@ -19,6 +19,12 @@ DEPEND="app-text/yamcha || ( app-text/chasen app-text/mecab )" #RDEPEND="" +src_unpack() { + unpack ${A} + cd ${S} + epatch "${FILESDIR}"/${P}-pm.patch +} + src_compile() { econf || die emake || die |