diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-01-07 12:00:43 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-01-07 12:00:43 +0000 |
commit | 1314a4adec37e24cb7d07821ca1bb5edaa1682c5 (patch) | |
tree | 333a0f522a1e9995355f91f4a064e7d601a6a0c8 /sci-visualization | |
parent | remove old (diff) | |
download | gentoo-2-1314a4adec37e24cb7d07821ca1bb5edaa1682c5.tar.gz gentoo-2-1314a4adec37e24cb7d07821ca1bb5edaa1682c5.tar.bz2 gentoo-2-1314a4adec37e24cb7d07821ca1bb5edaa1682c5.zip |
Added pkconfig dependency (fixes bug #204722).
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/gwyddion/ChangeLog | 7 | ||||
-rw-r--r-- | sci-visualization/gwyddion/gwyddion-2.5.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
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 <markusle@gentoo.org> gwyddion-2.5.ebuild: + Added pkconfig dependency (fixes bug #204722). 11 Jun 2007; Marcus D. Hanwell <cryos@gentoo.org> -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 } |