diff options
Diffstat (limited to 'sci-libs/plplot/plplot-5.5.1.ebuild')
-rw-r--r-- | sci-libs/plplot/plplot-5.5.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/plplot/plplot-5.5.1.ebuild b/sci-libs/plplot/plplot-5.5.1.ebuild index 86432e837792..14cab1a8a477 100644 --- a/sci-libs/plplot/plplot-5.5.1.ebuild +++ b/sci-libs/plplot/plplot-5.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.5.1.ebuild,v 1.2 2005/05/03 15:59:00 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.5.1.ebuild,v 1.3 2005/07/14 13:16:16 agriffis Exp $ inherit eutils @@ -15,7 +15,7 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug doc fortran gd-external gnome ifc java jpeg png python tcltk tetex truetype X itcl octave" +IUSE="X debug doc gd-external fortran gnome ifc itcl java jpeg octave png python tcltk tetex truetype" DEPEND="dev-util/pkgconfig ifc? ( dev-lang/ifc ) @@ -27,7 +27,7 @@ DEPEND="dev-util/pkgconfig java? ( virtual/jre ) tetex? ( app-text/jadetex ) octave? ( sci-mathematics/octave ) - external-gd? ( media-libs/gd ) + gd-external? ( media-libs/gd ) truetype? ( media-libs/freetype ) X? ( virtual/x11 tcltk? ( dev-lang/tcl |