From 1314a4adec37e24cb7d07821ca1bb5edaa1682c5 Mon Sep 17 00:00:00 2001 From: Markus Dittrich Date: Mon, 7 Jan 2008 12:00:43 +0000 Subject: Added pkconfig dependency (fixes bug #204722). (Portage version: 2.1.4_rc14) --- sci-visualization/gwyddion/ChangeLog | 7 +++++-- sci-visualization/gwyddion/gwyddion-2.5.ebuild | 7 ++++--- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'sci-visualization/gwyddion') diff --git a/sci-visualization/gwyddion/ChangeLog b/sci-visualization/gwyddion/ChangeLog index 5a259ff8aa91..d115cd8bc595 100644 --- a/sci-visualization/gwyddion/ChangeLog +++ b/sci-visualization/gwyddion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/gwyddion -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/ChangeLog,v 1.9 2007/06/11 08:37:42 cryos Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/ChangeLog,v 1.10 2008/01/07 12:00:43 markusle Exp $ + + 07 Jan 2008; Markus Dittrich gwyddion-2.5.ebuild: + Added pkconfig dependency (fixes bug #204722). 11 Jun 2007; Marcus D. Hanwell -gwyddion-2.2.ebuild, gwyddion-2.5.ebuild: diff --git a/sci-visualization/gwyddion/gwyddion-2.5.ebuild b/sci-visualization/gwyddion/gwyddion-2.5.ebuild index d83c54f3e9a0..3bc2e27a7518 100644 --- a/sci-visualization/gwyddion/gwyddion-2.5.ebuild +++ b/sci-visualization/gwyddion/gwyddion-2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.5.ebuild,v 1.2 2007/06/11 08:37:42 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.5.ebuild,v 1.3 2008/01/07 12:00:43 markusle Exp $ DESCRIPTION="A software framework for SPM data analysis" HOMEPAGE="http://gwyddion.net/" @@ -16,6 +16,7 @@ DEPEND="virtual/opengl perl? ( dev-lang/perl ) ruby? ( virtual/ruby ) >=x11-libs/gtk+-2.6 + dev-util/pkgconfig x11-libs/gtkglext" src_compile() { @@ -30,6 +31,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "make install failed." + make DESTDIR="${D}" install || die "make install failed." dodoc AUTHORS ChangeLog NEWS README THANKS TODO } -- cgit v1.2.3-65-gdbad