summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-09-03 00:56:51 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-09-03 00:56:51 +0000
commit6ff0b106e37321d32a46f048bed564c568c17ca7 (patch)
tree97ea047bf34aa38de62bb6448332550c37795f1a /gnome-base/libglade
parentadded a comment (diff)
downloadhistorical-6ff0b106e37321d32a46f048bed564c568c17ca7.tar.gz
historical-6ff0b106e37321d32a46f048bed564c568c17ca7.tar.bz2
historical-6ff0b106e37321d32a46f048bed564c568c17ca7.zip
updated
Diffstat (limited to 'gnome-base/libglade')
-rw-r--r--gnome-base/libglade/libglade-0.16-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/libglade/libglade-0.16-r2.ebuild b/gnome-base/libglade/libglade-0.16-r2.ebuild
index 2adab8cd618e..bd9bb5c2307a 100644
--- a/gnome-base/libglade/libglade-0.16-r2.ebuild
+++ b/gnome-base/libglade/libglade-0.16-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-0.16-r2.ebuild,v 1.2 2001/09/03 00:27:01 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-0.16-r2.ebuild,v 1.3 2001/09/03 00:56:51 hallski Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -34,7 +34,7 @@ src_compile() {
./configure --host=${CHOST} --prefix=/opt/gnome \
--disable-gnomedb --mandir=/opt/gnome/man \
- --disable-bonobo ${myconf}
+ --disable-bonobo --disable-bonobotest ${myconf}
assert
emake || die