summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/dia/dia-0.86-r1.ebuild')
-rw-r--r--app-office/dia/dia-0.86-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-office/dia/dia-0.86-r1.ebuild b/app-office/dia/dia-0.86-r1.ebuild
index d19624382323..e7f74946a43a 100644
--- a/app-office/dia/dia-0.86-r1.ebuild
+++ b/app-office/dia/dia-0.86-r1.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/app-office/dia/dia-0.86-r1.ebuild,v 1.3 2000/11/25 16:44:14 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.86-r1.ebuild,v 1.4 2000/11/25 17:05:13 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -17,10 +17,10 @@ src_compile() {
cd ${S}
local myconf
- if [ "`use bonobo`" ]
- then
+# if [ "`use bonobo`" ]
+# then
# myconf="--enable-bonobo"
- fi
+# fi
try ./configure --host=${CHOST} --prefix=/opt/gnome \
--enable-gnome --enable-gnome-print ${myconf}
# bonobo support does not work yet