diff options
author | Torsten Veller <tove@gentoo.org> | 2009-11-24 09:46:26 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-11-24 09:46:26 +0000 |
commit | c02d201d4ad0dfe619f8ba59c311e3c1d8419a3c (patch) | |
tree | e48e27b05533301de7c19cae918c8b77cce74a48 /dev-perl/TextToHTML/TextToHTML-2.51.ebuild | |
parent | keyword ~x86-fbsd, bug #294206 (diff) | |
download | historical-c02d201d4ad0dfe619f8ba59c311e3c1d8419a3c.tar.gz historical-c02d201d4ad0dfe619f8ba59c311e3c1d8419a3c.tar.bz2 historical-c02d201d4ad0dfe619f8ba59c311e3c1d8419a3c.zip |
Depend on Module-Build (#206178)
Package-Manager: portage-2.2_rc51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/TextToHTML/TextToHTML-2.51.ebuild')
-rw-r--r-- | dev-perl/TextToHTML/TextToHTML-2.51.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/TextToHTML/TextToHTML-2.51.ebuild b/dev-perl/TextToHTML/TextToHTML-2.51.ebuild index 9dc76e237390..05dd7a8bcc8e 100644 --- a/dev-perl/TextToHTML/TextToHTML-2.51.ebuild +++ b/dev-perl/TextToHTML/TextToHTML-2.51.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/TextToHTML/TextToHTML-2.51.ebuild,v 1.2 2009/10/22 13:10:00 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/TextToHTML/TextToHTML-2.51.ebuild,v 1.3 2009/11/24 09:46:26 tove Exp $ MY_PN=txt2html MY_P=${MY_PN}-${PV} @@ -18,6 +18,7 @@ RDEPEND="dev-lang/perl dev-perl/YAML-Syck virtual/perl-Getopt-Long dev-perl/Getopt-ArgvFile" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" SRC_TEST="do" |