diff options
Diffstat (limited to 'dev-tcltk/ck/ck-8.0.ebuild')
-rw-r--r-- | dev-tcltk/ck/ck-8.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-tcltk/ck/ck-8.0.ebuild b/dev-tcltk/ck/ck-8.0.ebuild index d19d12c5e7e1..2b086b8861df 100644 --- a/dev-tcltk/ck/ck-8.0.ebuild +++ b/dev-tcltk/ck/ck-8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.6 2004/03/13 09:53:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/ck/ck-8.0.ebuild,v 1.7 2004/04/04 22:04:09 zx Exp $ P_NEW=${PN}${PV} S=${WORKDIR}/${P_NEW} @@ -8,13 +8,12 @@ S=${WORKDIR}/${P_NEW} DESCRIPTION="A curses based toolkit for tcl" HOMEPAGE="http://www.ch-werner.de/ck/" SRC_URI="http://www.ch-werner.de/ck/${P_NEW}.tar.gz" - LICENSE="BSD" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND=">=dev-lang/tk-8.0 - >=sys-apps/sed-4" + >=sys-apps/sed-4" src_compile() { local myconf="--with-tcl=/usr/lib --enable-shared" |