diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-14 12:30:12 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-14 12:30:12 +0000 |
commit | 55f7e02effa0e330dba940ab6be9a49fb83b0c3c (patch) | |
tree | 5d988b37539b99a27910f26ecc4db17fbeabfe76 /app-office/dia | |
parent | *** empty log message *** (diff) | |
download | historical-55f7e02effa0e330dba940ab6be9a49fb83b0c3c.tar.gz historical-55f7e02effa0e330dba940ab6be9a49fb83b0c3c.tar.bz2 historical-55f7e02effa0e330dba940ab6be9a49fb83b0c3c.zip |
*** empty log message ***
Diffstat (limited to 'app-office/dia')
-rw-r--r-- | app-office/dia/dia-0.86.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-office/dia/dia-0.86.ebuild b/app-office/dia/dia-0.86.ebuild index 0a208e4e751a..e7e896e09db5 100644 --- a/app-office/dia/dia-0.86.ebuild +++ b/app-office/dia/dia-0.86.ebuild @@ -1,21 +1,21 @@ # 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.ebuild,v 1.4 2000/09/15 20:08:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.86.ebuild,v 1.5 2000/10/14 12:30:11 achim Exp $ -P=dia-0.86 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Diagram Creation Program" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/dia/${A}" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/gnome-office/dia.shtml" src_compile() { cd ${S} -try ./configure --host=${CHOST} --prefix=/opt/gnome \ - --with-catgets + try ./configure --host=${CHOST} --prefix=/opt/gnome \ + --with-catgets --enable-gnome --enable-gnome-print + # bonobo support does not work yet try make } |