diff options
Diffstat (limited to 'sci-libs/gdal/gdal-1.6.1.ebuild')
-rw-r--r-- | sci-libs/gdal/gdal-1.6.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-libs/gdal/gdal-1.6.1.ebuild b/sci-libs/gdal/gdal-1.6.1.ebuild index 96690a5fc651..a68d59901e8a 100644 --- a/sci-libs/gdal/gdal-1.6.1.ebuild +++ b/sci-libs/gdal/gdal-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.1.ebuild,v 1.8 2010/01/06 19:24:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.1.ebuild,v 1.9 2010/02/23 05:29:53 nerdboy Exp $ EAPI="2" WANT_AUTOCONF="2.5" @@ -54,7 +54,9 @@ RDEPEND=">=sys-libs/zlib-1.1.4 sqlite? ( >=dev-db/sqlite-3 )" DEPEND="${RDEPEND} - perl? ( python? ( ruby? ( >=dev-lang/swig-1.3.28 ) ) ) + perl? ( >=dev-lang/swig-1.3.28 ) + python? ( >=dev-lang/swig-1.3.28 ) + ruby? ( >=dev-lang/swig-1.3.28 ) doc? ( app-doc/doxygen )" AT_M4DIR="${S}/m4" |