diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-01-09 14:15:40 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-01-09 14:15:40 +0000 |
commit | 4cf3e4dbcb73477a281f7170ed5b1a182de2fd1d (patch) | |
tree | 9ab6189abb669206037c76aaaa116617f8be7b4b /sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild | |
parent | Hopefully solve collision-protect issues with PEAR. (diff) | |
download | gentoo-2-4cf3e4dbcb73477a281f7170ed5b1a182de2fd1d.tar.gz gentoo-2-4cf3e4dbcb73477a281f7170ed5b1a182de2fd1d.tar.bz2 gentoo-2-4cf3e4dbcb73477a281f7170ed5b1a182de2fd1d.zip |
Fix qmake call
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild')
-rw-r--r-- | sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild b/sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild index a0a1a09abad3..0799a82b02a1 100644 --- a/sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild +++ b/sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild,v 1.2 2005/12/09 14:44:39 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild,v 1.3 2006/01/09 14:15:40 caleb Exp $ inherit eutils qt3 @@ -31,7 +31,7 @@ src_unpack() { } src_compile() { - ${QTDIR}/bin/qmake ${P}.pro || die 'qmake failed.' + ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake ${P}.pro || die 'qmake failed.' emake || die 'emake failed.' } |