diff options
Diffstat (limited to 'dev-lang/R/R-2.0.1.ebuild')
-rw-r--r-- | dev-lang/R/R-2.0.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/R/R-2.0.1.ebuild b/dev-lang/R/R-2.0.1.ebuild index 6c303122b06d..16fa6476c966 100644 --- a/dev-lang/R/R-2.0.1.ebuild +++ b/dev-lang/R/R-2.0.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.0.1.ebuild,v 1.5 2005/05/25 05:42:17 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.0.1.ebuild,v 1.6 2005/06/01 00:54:07 vapier Exp $ inherit fortran toolchain-funcs -IUSE="blas X tcltk gnome zlib bzlib pcre" +IUSE="blas X tcltk gnome zlib bzip2 pcre" DESCRIPTION="R is GNU S - A language and environment for statistical computing and graphics." SRC_URI="http://cran.r-project.org/src/base/R-2/${P}.tar.gz" #There are daily release patches, don't know how to utilize these @@ -20,7 +20,7 @@ DEPEND="virtual/libc X? ( virtual/x11 ) tcltk? ( dev-lang/tk ) pcre? ( dev-libs/libpcre ) - bzlib? ( app-arch/bzip2 ) + bzip2? ( app-arch/bzip2 ) gnome? ( >=gnome-base/gnome-libs-1.4.1.4 >=gnome-base/libglade-0.17 >=dev-libs/libxml-1.8.16 @@ -47,7 +47,7 @@ src_compile() { local myconf="--enable-static --enable-R-profiling --enable-R-shlib --with-readline" use zlib || myconf="${myconf} --with-zlib" #default disabled - use bzlib || myconf="${myconf} --with-bzlib" #default disabled + use bzip2 || myconf="${myconf} --with-bzlib" #default disabled use pcre || myconf="${myconf} --with-pcre" #default disabled # Using the blas USE flag now instead atlas, as atlas now |