diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-30 18:24:34 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-30 18:24:34 +0000 |
commit | ce5048fbeb0b9f340485e88b8e50bb13473a94ad (patch) | |
tree | 34077d7f69cb6a7232db9c1248963feb1287b2c3 /dev-perl/HTML-Mason | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-ce5048fbeb0b9f340485e88b8e50bb13473a94ad.tar.gz gentoo-2-ce5048fbeb0b9f340485e88b8e50bb13473a94ad.tar.bz2 gentoo-2-ce5048fbeb0b9f340485e88b8e50bb13473a94ad.zip |
*** empty log message ***
Diffstat (limited to 'dev-perl/HTML-Mason')
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.0.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.0.ebuild index 67b521266180..3586766ce007 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.0.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Jerry Alexandratos <jerry@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.0.ebuild,v 1.2 2001/05/03 16:38:57 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.0.ebuild,v 1.3 2001/05/30 18:24:34 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ DESCRIPTION="A HTML development and delivery Perl Module" SRC_URI="http://www.masonhq.com/download/${A}" HOMEPAGE="http://www.masonhq.com/" -DEPEND=">=sys-devel/perl-5" +DEPEND=">=sys-devel/perl-5 dev-perl/Time-HiRes dev-perl/MLDBM" src_compile() { |