diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 00:43:03 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 00:43:03 +0000 |
commit | 60b290b50b38401115cdc86fc423ed47c27f1f65 (patch) | |
tree | 2526a2edc96cae6d44546447123ac40c5afe5837 /dev-perl/Tk-CursorControl/Tk-CursorControl-0.4.ebuild | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-60b290b50b38401115cdc86fc423ed47c27f1f65.tar.gz gentoo-2-60b290b50b38401115cdc86fc423ed47c27f1f65.tar.bz2 gentoo-2-60b290b50b38401115cdc86fc423ed47c27f1f65.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Tk-CursorControl/Tk-CursorControl-0.4.ebuild')
-rw-r--r-- | dev-perl/Tk-CursorControl/Tk-CursorControl-0.4.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.4.ebuild b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.4.ebuild index 8b7348e2b659..f644059e36ed 100644 --- a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.4.ebuild +++ b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.4.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/Tk-CursorControl/Tk-CursorControl-0.4.ebuild,v 1.7 2006/07/10 22:42:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-CursorControl/Tk-CursorControl-0.4.ebuild,v 1.8 2006/08/06 00:43:03 mcummings Exp $ inherit perl-module @@ -15,5 +15,7 @@ IUSE="" #SRC_TEST="do" -DEPEND="dev-perl/perl-tk" -RDEPEND="${DEPEND}"
\ No newline at end of file +DEPEND="dev-perl/perl-tk + dev-lang/perl" +RDEPEND="${DEPEND}" + |