diff options
author | 2001-07-04 01:25:59 +0000 | |
---|---|---|
committer | 2001-07-04 01:25:59 +0000 | |
commit | c6f6b6fb42c0dbb887639e258cb4a5f4ba828cd9 (patch) | |
tree | f6dcd456968749fd10b4793b9d3fd494ff8e43cf /net-mail/sylpheed | |
parent | New upstream release. Can you dig it? (diff) | |
download | historical-c6f6b6fb42c0dbb887639e258cb4a5f4ba828cd9.tar.gz historical-c6f6b6fb42c0dbb887639e258cb4a5f4ba828cd9.tar.bz2 historical-c6f6b6fb42c0dbb887639e258cb4a5f4ba828cd9.zip |
*** empty log message ***
Diffstat (limited to 'net-mail/sylpheed')
-rw-r--r-- | net-mail/sylpheed/sylpheed-0.5.0_pre3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/sylpheed/sylpheed-0.5.0_pre3.ebuild b/net-mail/sylpheed/sylpheed-0.5.0_pre3.ebuild index 1412e6c6b3b2..ed7868fb1192 100644 --- a/net-mail/sylpheed/sylpheed-0.5.0_pre3.ebuild +++ b/net-mail/sylpheed/sylpheed-0.5.0_pre3.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 Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.5.0_pre3.ebuild,v 1.1 2001/07/01 14:57:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.5.0_pre3.ebuild,v 1.2 2001/07/04 01:25:59 lordjoe Exp $ #P= A=${PN}-0.5.0pre3.tar.bz2 @@ -21,9 +21,9 @@ RDEPEND=">=x11-libs/gtk+-1.2 src_compile() { local myconf - if [ -z "`use gnome`" ] ; then - myconf="--disable-gdk-pixbuf --disable-imlib" - fi +# if [ -z "`use gnome`" ] ; then +# myconf="--disable-gdk-pixbuf --disable-imlib" +# fi if [ -z "`use nls`" ] ; then myconf="$myconf --disable-nls" fi |