From 41e72649c19b51794a78eadb189c36362ac19aea Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Mon, 4 Jun 2001 21:58:46 +0000 Subject: *** empty log message *** --- app-office/gnucash/gnucash-1.4.12.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'app-office/gnucash') diff --git a/app-office/gnucash/gnucash-1.4.12.ebuild b/app-office/gnucash/gnucash-1.4.12.ebuild index ecfc5168f7ef..46708354b73c 100644 --- a/app-office/gnucash/gnucash-1.4.12.ebuild +++ b/app-office/gnucash/gnucash-1.4.12.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 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.4.12.ebuild,v 1.1 2001/05/06 18:10:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.4.12.ebuild,v 1.2 2001/06/04 21:57:52 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -15,14 +15,17 @@ DEPEND=">=gnome-base/gnome-libs-1.2.4 >=dev-lang/swig-1.3_alpha4 >=dev-libs/slib-2.3.8 nls? ( sys-devel/gettext )" +DEPEND=">=gnome-base/gnome-libs-1.2.4 + >=gnome-base/libxml-1.8.10 + >=dev-libs/slib-2.3.8" src_compile() { local myconf if [ -z "`use nls`" ] ; then - myconf="--disable-nls" + myconf="--disable-nls" fi - try ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome --mandir=/opt/gnome/share/man --host=${CHOST} $myconf + try ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome --mandir=/opt/gnome/man --host=${CHOST} $myconf try make } @@ -31,7 +34,7 @@ src_install () { try make DESTDIR=${D} install dodoc AUTHORS COPYING ChangeLog NEWS README TODO - + } -- cgit v1.2.3-65-gdbad