diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 16:06:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 16:06:16 +0000 |
commit | 53fb97b0d345ec0b3c2daea073d97ec51fab7b3d (patch) | |
tree | 1d7599bdac8bfae0980c100909985f1b61f281e5 /dev-lang/hugs98/hugs98-2003.11.ebuild | |
parent | (no commit message) (diff) | |
download | historical-53fb97b0d345ec0b3c2daea073d97ec51fab7b3d.tar.gz historical-53fb97b0d345ec0b3c2daea073d97ec51fab7b3d.tar.bz2 historical-53fb97b0d345ec0b3c2daea073d97ec51fab7b3d.zip |
Fix use invocation
Diffstat (limited to 'dev-lang/hugs98/hugs98-2003.11.ebuild')
-rw-r--r-- | dev-lang/hugs98/hugs98-2003.11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/hugs98/hugs98-2003.11.ebuild b/dev-lang/hugs98/hugs98-2003.11.ebuild index d2aa75e254aa..5da63d7f8db1 100644 --- a/dev-lang/hugs98/hugs98-2003.11.ebuild +++ b/dev-lang/hugs98/hugs98-2003.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2003.11.ebuild,v 1.2 2003/12/17 15:19:41 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2003.11.ebuild,v 1.3 2004/06/03 16:03:41 agriffis Exp $ IUSE="opengl" @@ -20,7 +20,7 @@ DEPEND="virtual/glibc src_compile() { local myconf - if [ `use opengl` ]; then + if use opengl; then myconf="--enable-hopengl" # the nvidia drivers *seem* not to work together # with pthreads |