summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-25 16:44:14 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-25 16:44:14 +0000
commit2192e3d9f0684a399c6ea49446d88d6ec1fb5a45 (patch)
treeeb2ec8b86dec72723de48dfab8ef9cd5547c830e /app-office
parent*** empty log message *** (diff)
downloadgentoo-2-2192e3d9f0684a399c6ea49446d88d6ec1fb5a45.tar.gz
gentoo-2-2192e3d9f0684a399c6ea49446d88d6ec1fb5a45.tar.bz2
gentoo-2-2192e3d9f0684a399c6ea49446d88d6ec1fb5a45.zip
*** empty log message ***
Diffstat (limited to 'app-office')
-rw-r--r--app-office/dia/dia-0.86-r1.ebuild13
1 files changed, 9 insertions, 4 deletions
diff --git a/app-office/dia/dia-0.86-r1.ebuild b/app-office/dia/dia-0.86-r1.ebuild
index a6f56ee30eb3..d19624382323 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.2 2000/11/25 14:17:12 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.86-r1.ebuild,v 1.3 2000/11/25 16:44:14 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -10,14 +10,19 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}"
HOMEPAGE="http://www.gnome.org/gnome-office/dia.shtml"
DEPEND=">=gnome-base/gnome-print-0.24
- >=app-arch/rpm-3.0.5
- bonobo? ( >=gnome-base/bonobo-0.28 )"
+ >=app-arch/rpm-3.0.5"
+
src_compile() {
cd ${S}
+ local myconf
+ if [ "`use bonobo`" ]
+ then
+# myconf="--enable-bonobo"
+ fi
try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --enable-gnome --enable-gnome-print
+ --enable-gnome --enable-gnome-print ${myconf}
# bonobo support does not work yet
try make