diff options
Diffstat (limited to 'sci-geosciences/grass/grass-6.0.1.ebuild')
-rw-r--r-- | sci-geosciences/grass/grass-6.0.1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sci-geosciences/grass/grass-6.0.1.ebuild b/sci-geosciences/grass/grass-6.0.1.ebuild index 9894a8c39622..0807f7b2dc28 100644 --- a/sci-geosciences/grass/grass-6.0.1.ebuild +++ b/sci-geosciences/grass/grass-6.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.0.1.ebuild,v 1.17 2008/05/21 19:01:32 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.0.1.ebuild,v 1.18 2008/06/24 07:45:51 nerdboy Exp $ inherit eutils @@ -20,13 +20,9 @@ IUSE="fftw jpeg motif mysql nls odbc opengl png postgres readline tk tiff truety RESTRICT="strip" -RDEPEND=">=sys-devel/make-3.80 - >=sys-libs/zlib-1.1.4 - >=sys-devel/flex-2.5.4a - >=sys-devel/bison-1.35 +RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-libs/ncurses-5.3 >=sys-libs/gdbm-1.8.0 - >=sys-devel/gcc-3.2.2 virtual/man >=sci-libs/proj-4.4.7 sci-libs/gdal @@ -54,6 +50,10 @@ RDEPEND=">=sys-devel/make-3.80 x11-libs/libXaw" DEPEND="${RDEPEND} + >=sys-devel/make-3.80 + >=sys-devel/flex-2.5.4a + >=sys-devel/bison-1.35 + >=sys-devel/gcc-3.2.2 x11-proto/xproto x11-proto/xextproto" |