diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-08-13 16:02:49 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-08-13 16:02:49 +0000 |
commit | 6bdea16d656a72d0d559c0595937ca29d93e190c (patch) | |
tree | 2a0bb7c330f9aa0da613c00379493a79ee20b538 /gnome-apps | |
parent | removed optional bonobo-support, now it's always build with bonobo-support (diff) | |
download | gentoo-2-6bdea16d656a72d0d559c0595937ca29d93e190c.tar.gz gentoo-2-6bdea16d656a72d0d559c0595937ca29d93e190c.tar.bz2 gentoo-2-6bdea16d656a72d0d559c0595937ca29d93e190c.zip |
require gtkhtml 0.11.1-r1 (which is always built with bonobo-support
Diffstat (limited to 'gnome-apps')
-rw-r--r-- | gnome-apps/evolution/evolution-0.12.ebuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/gnome-apps/evolution/evolution-0.12.ebuild b/gnome-apps/evolution/evolution-0.12.ebuild index 506f0387cfe0..351080113b74 100644 --- a/gnome-apps/evolution/evolution-0.12.ebuild +++ b/gnome-apps/evolution/evolution-0.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 Mikael Hallendal <hallski@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/evolution/evolution-0.12.ebuild,v 1.1 2001/08/12 23:58:49 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/evolution/evolution-0.12.ebuild,v 1.2 2001/08/13 16:02:49 hallski Exp $ DB3=db-3.1.17 A="${P}.tar.gz ${DB3}.tar.gz" @@ -11,9 +11,8 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A} http://www.sleepycat.com/update/3.1.17/${DB3}.tar.gz" HOMEPAGE="http://www.ximian.com" -DEPEND="nls? ( sys-devel/gettext ) - >=gnome-base/gal-0.10 - >=gnome-base/gtkhtml-0.11.1 +DEPEND=">=gnome-base/gal-0.10 + >=gnome-base/gtkhtml-0.11.1-r1 >=gnome-libs/bonobo-conf-0.10 >=gnome-base/bonobo-1.0.7 >=gnome-base/oaf-0.6.5 @@ -40,10 +39,6 @@ src_compile() { local myconf - if [ -z "`use nls`" ] ; then - myconf="--disable-nls" - fi - if [ "`use ssl`" ] ; then myconf="$myconf --enable-ssl" else @@ -54,7 +49,7 @@ src_compile() { --sysconfdir=/etc/opt/gnome --enable-file-locking=no \ --with-db3=${WORKDIR}/db3 --enable-nntp $myconf - try pmake + try emake } src_install () { |