diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 17:47:36 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 17:47:36 +0000 |
commit | 3283e582c91170a92d9c15ec88d0d04bf2a7b23e (patch) | |
tree | 234b02cce084f16c0ae3b20bdb98d3d577e70c53 /dev-tcltk/tclx/tclx-8.3-r1.ebuild | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-3283e582c91170a92d9c15ec88d0d04bf2a7b23e.tar.gz gentoo-2-3283e582c91170a92d9c15ec88d0d04bf2a7b23e.tar.bz2 gentoo-2-3283e582c91170a92d9c15ec88d0d04bf2a7b23e.zip |
Fix use invocation
Diffstat (limited to 'dev-tcltk/tclx/tclx-8.3-r1.ebuild')
-rw-r--r-- | dev-tcltk/tclx/tclx-8.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/tclx/tclx-8.3-r1.ebuild b/dev-tcltk/tclx/tclx-8.3-r1.ebuild index 59032c2b60e6..3719c0c73b34 100644 --- a/dev-tcltk/tclx/tclx-8.3-r1.ebuild +++ b/dev-tcltk/tclx/tclx-8.3-r1.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/tclx/tclx-8.3-r1.ebuild,v 1.9 2004/04/26 01:42:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3-r1.ebuild,v 1.10 2004/06/03 17:43:20 agriffis Exp $ inherit flag-o-matic eutils @@ -50,7 +50,7 @@ src_compile() { local myconf="--with-tcl=${WORKDIR}/tcl8.4.2/unix --enable-shared" - if [ `use X` ] ; then + if use X ; then # configure and build tk cd ${WORKDIR}/tk8.4.2/unix econf || die "econf failed" |