summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/sim/sim-0.8.3.ebuild')
-rw-r--r--net-im/sim/sim-0.8.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/sim/sim-0.8.3.ebuild b/net-im/sim/sim-0.8.3.ebuild
index 15e9d7b38229..0cfaeed7862a 100644
--- a/net-im/sim/sim-0.8.3.ebuild
+++ b/net-im/sim/sim-0.8.3.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/net-im/sim/sim-0.8.3.ebuild,v 1.1 2003/08/13 14:49:28 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/sim/sim-0.8.3.ebuild,v 1.2 2003/09/05 23:58:58 msterret Exp $
IUSE="ssl kde"
[ -n "`use kde`" ] && inherit kde-base eutils
@@ -43,7 +43,7 @@ src_compile() {
make -f admin/Makefile.common
myconf="$myconf --without-gkrellm_plugin"
- [ -n "`use kde`" ] && kde_src_compile myconf
+ [ -n "`use kde`" ] && kde_src_compile myconf
myconf="$myconf --prefix=/usr"
econf $myconf --without-gkrellm || die