summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-11 17:40:23 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-11 17:40:23 +0000
commit116b87c4ffd53d1b72807a5ed8b88551f498dd13 (patch)
treebb98ac9e413583a3311a23bd92574998944b9724 /app-office
parent*** empty log message *** (diff)
downloadgentoo-2-116b87c4ffd53d1b72807a5ed8b88551f498dd13.tar.gz
gentoo-2-116b87c4ffd53d1b72807a5ed8b88551f498dd13.tar.bz2
gentoo-2-116b87c4ffd53d1b72807a5ed8b88551f498dd13.zip
Update qt path
Diffstat (limited to 'app-office')
-rw-r--r--app-office/koffice/koffice-2.0.1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/app-office/koffice/koffice-2.0.1.ebuild b/app-office/koffice/koffice-2.0.1.ebuild
index 751aac3c9240..246c24415a82 100644
--- a/app-office/koffice/koffice-2.0.1.ebuild
+++ b/app-office/koffice/koffice-2.0.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-2.0.1.ebuild,v 1.1 2000/12/07 16:37:17 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-2.0.1.ebuild,v 1.2 2000/12/11 17:40:23 achim Exp $
A=${P}.tar.bz2
S=${WORKDIR}/${P}
@@ -16,11 +16,9 @@ DEPEND=">=kde-base/kdelibs-${PV}"
RDEPEND=$DEPEND
src_compile() {
-
+ QTBASE=/usr/X11R6/lib/qt
try ./configure --prefix=/opt/kde2 --host=${CHOST} \
- --with-qt-dir=/usr/lib/qt \
- --with-qt-includes=/usr/lib/qt/include \
- --with-qt-libs=/usr/lib/qt/lib
+ --with-qt-dir=$QTBASE
try make
}