diff options
Diffstat (limited to 'dev-perl/perl-tk/perl-tk-804.027.ebuild')
-rw-r--r-- | dev-perl/perl-tk/perl-tk-804.027.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/perl-tk/perl-tk-804.027.ebuild b/dev-perl/perl-tk/perl-tk-804.027.ebuild index 42988ed7d5cf..ca53b33a6124 100644 --- a/dev-perl/perl-tk/perl-tk-804.027.ebuild +++ b/dev-perl/perl-tk/perl-tk-804.027.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/perl-tk/perl-tk-804.027.ebuild,v 1.20 2006/07/05 19:04:22 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/perl-tk-804.027.ebuild,v 1.21 2006/08/06 03:01:53 mcummings Exp $ inherit perl-module eutils multilib @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86" IUSE="" -DEPEND="|| ( x11-libs/libX11 virtual/x11 )" +DEPEND="|| ( x11-libs/libX11 virtual/x11 ) + dev-lang/perl" RDEPEND="${DEPEND}" myconf="-I/usr/include/ -l/usr/$(get_libdir)" @@ -28,4 +29,5 @@ src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/xorg.patch -}
\ No newline at end of file +} + |