diff options
Diffstat (limited to 'dev-tcltk/ck/ck-8.0.ebuild')
-rw-r--r-- | dev-tcltk/ck/ck-8.0.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-tcltk/ck/ck-8.0.ebuild b/dev-tcltk/ck/ck-8.0.ebuild index 35801432b1eb..bd69f957e16c 100644 --- a/dev-tcltk/ck/ck-8.0.ebuild +++ b/dev-tcltk/ck/ck-8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/ck/ck-8.0.ebuild,v 1.1 2003/03/10 23:41:19 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/ck/ck-8.0.ebuild,v 1.2 2003/06/09 23:09:06 msterret Exp $ P_NEW=${PN}${PV} S=${WORKDIR}/${P_NEW} @@ -13,7 +13,8 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND=">=dev-lang/tk-8.0" +DEPEND=">=dev-lang/tk-8.0 + >=sys-apps/sed-4" src_compile() { local myconf="--with-tcl=/usr/lib --enable-shared" @@ -29,5 +30,5 @@ src_install() { dodoc README license.terms einstall || die "Failed to install." } - - + + |