diff options
Diffstat (limited to 'x11-libs/qt/qt-2.3.2-r1.ebuild')
-rw-r--r-- | x11-libs/qt/qt-2.3.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qt/qt-2.3.2-r1.ebuild b/x11-libs/qt/qt-2.3.2-r1.ebuild index b5bbdec03787..72b15c31b2cf 100644 --- a/x11-libs/qt/qt-2.3.2-r1.ebuild +++ b/x11-libs/qt/qt-2.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-2.3.2-r1.ebuild,v 1.23 2003/08/03 05:20:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-2.3.2-r1.ebuild,v 1.24 2003/09/07 00:23:28 msterret Exp $ DESCRIPTION="QT ${PV}, an X11 widget set and general library used by KDE et al" HOMEPAGE="http://www.trolltech.com/" @@ -55,7 +55,7 @@ src_compile() { use debug \ && myconf="${myconf} -debug" \ || myconf="${myconf} -release" - + ./configure \ -sm -thread -system-zlib -system-jpeg ${myconf} \ -system-libmng -system-libpng -gif -platform linux-g++ \ |