diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-12 15:29:48 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-12 15:29:48 +0000 |
commit | 8228cbf01a48a51d1edb80fb3d59d3e8762ba6c6 (patch) | |
tree | a70bf9f249445ccbec95c2d84e52c4d338dc9940 /net-im | |
parent | Updated tar with a symlink in /etc that allows remote tar to work (diff) | |
download | gentoo-2-8228cbf01a48a51d1edb80fb3d59d3e8762ba6c6.tar.gz gentoo-2-8228cbf01a48a51d1edb80fb3d59d3e8762ba6c6.tar.bz2 gentoo-2-8228cbf01a48a51d1edb80fb3d59d3e8762ba6c6.zip |
oops on the if then fi construct
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/gaim-0.56.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/gaim/gaim-0.56.ebuild b/net-im/gaim/gaim-0.56.ebuild index 15cd2c5a0af9..03876fa7a4f3 100644 --- a/net-im/gaim/gaim-0.56.ebuild +++ b/net-im/gaim/gaim-0.56.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: system@gentoo.org -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.56.ebuild,v 1.1 2002/04/12 13:39:52 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.56.ebuild,v 1.2 2002/04/12 15:29:48 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gtk AOL Instant Messenger client" @@ -43,6 +43,7 @@ src_compile() { # if gnome support is enabled, then build gaim_applet if [ "`use gnome`" ] + then gnomeopts="${gnomeopts} --with-gnome=${GNOME_PATH} --enable-panel" # save appletless version and clean up |