diff options
Diffstat (limited to 'x11-misc/xplanet/xplanet-1.0.0.ebuild')
-rw-r--r-- | x11-misc/xplanet/xplanet-1.0.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xplanet/xplanet-1.0.0.ebuild b/x11-misc/xplanet/xplanet-1.0.0.ebuild index 9b438f4a6c7a..74ab2a4f88d4 100644 --- a/x11-misc/xplanet/xplanet-1.0.0.ebuild +++ b/x11-misc/xplanet/xplanet-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.0.0.ebuild,v 1.1 2003/03/14 05:55:51 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.0.0.ebuild,v 1.2 2003/09/05 23:18:18 msterret Exp $ IUSE="gif jpeg X opengl truetype tiff png" @@ -44,11 +44,11 @@ src_compile() { use gif \ && myconf="$myconf --with-gif" \ || myconf="$myconf --with-gif=no" - + use jpeg \ && myconf="${myconf} --with-jpeg" \ || myconf="${myconf} --with-jpeg=no" - + use tiff \ && myconf="${myconf} --with-tiff" \ || myconf="${myconf} --with-tiff=no" |