diff options
author | 2001-08-13 16:02:49 +0000 | |
---|---|---|
committer | 2001-08-13 16:02:49 +0000 | |
commit | ae9d994a682b227e13efd5b65a2946087e428c23 (patch) | |
tree | 5ef0cc049f00c8d31d16a35d5cdada0de317fb02 /net-mail | |
parent | removed optional bonobo-support, now it's always build with bonobo-support (diff) | |
download | historical-ae9d994a682b227e13efd5b65a2946087e428c23.tar.gz historical-ae9d994a682b227e13efd5b65a2946087e428c23.tar.bz2 historical-ae9d994a682b227e13efd5b65a2946087e428c23.zip |
require gtkhtml 0.11.1-r1 (which is always built with bonobo-support
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/evolution/evolution-0.12.ebuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/net-mail/evolution/evolution-0.12.ebuild b/net-mail/evolution/evolution-0.12.ebuild index b8c4fa769206..4766f6f6ced6 100644 --- a/net-mail/evolution/evolution-0.12.ebuild +++ b/net-mail/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/net-mail/evolution/evolution-0.12.ebuild,v 1.1 2001/08/12 23:58:49 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/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 () { |