diff options
author | 2000-11-01 04:44:12 +0000 | |
---|---|---|
committer | 2000-11-01 04:44:12 +0000 | |
commit | cb7ec89bcb8965fcc9cd704b01e44b43a745430e (patch) | |
tree | 80063ac2336eab5374a9705b36103598c1c2b1c8 /app-shells/psh | |
parent | Added dependencies (diff) | |
download | historical-cb7ec89bcb8965fcc9cd704b01e44b43a745430e.tar.gz historical-cb7ec89bcb8965fcc9cd704b01e44b43a745430e.tar.bz2 historical-cb7ec89bcb8965fcc9cd704b01e44b43a745430e.zip |
Added dependencies
Diffstat (limited to 'app-shells/psh')
-rw-r--r-- | app-shells/psh/psh-0.008-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-shells/psh/psh-0.008-r1.ebuild b/app-shells/psh/psh-0.008-r1.ebuild index 6d80207bc6c8..c686a840e9cb 100644 --- a/app-shells/psh/psh-0.008-r1.ebuild +++ b/app-shells/psh/psh-0.008-r1.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.008-r1.ebuild,v 1.4 2000/10/05 00:12:58 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.008-r1.ebuild,v 1.5 2000/11/01 04:44:12 achim Exp $ P=psh-0.008 A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="Combines the interactive nature of a Unix shell with the power of P SRC_URI="http://www.focusresearch.com/gregor/psh/"${A} HOMEPAGE="http://www.focusresearch.com/gregor/psh/" +DEPEND=">=sys-devel/perl-5" + src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL |