diff options
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.' } |