summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-27 22:48:59 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-27 22:48:59 +0000
commitfbaab1ecdb443797c95ae6862a344a599a37720e (patch)
tree72b472eb8dbbc97508e7d3f2a102f10aad8bf230 /kde-base/kdenetwork
parent*** empty log message *** (diff)
downloadhistorical-fbaab1ecdb443797c95ae6862a344a599a37720e.tar.gz
historical-fbaab1ecdb443797c95ae6862a344a599a37720e.tar.bz2
historical-fbaab1ecdb443797c95ae6862a344a599a37720e.zip
*** empty log message ***
Diffstat (limited to 'kde-base/kdenetwork')
-rw-r--r--kde-base/kdenetwork/kdenetwork-2.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/kdenetwork/kdenetwork-2.0.ebuild b/kde-base/kdenetwork/kdenetwork-2.0.ebuild
index dcf786cbfab4..4d29fb32ba99 100644
--- a/kde-base/kdenetwork/kdenetwork-2.0.ebuild
+++ b/kde-base/kdenetwork/kdenetwork-2.0.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/kde-base/kdenetwork/kdenetwork-2.0.ebuild,v 1.2 2000/11/07 10:21:03 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-2.0.ebuild,v 1.3 2000/11/27 22:48:59 achim Exp $
A=${P}.tar.bz2
S=${WORKDIR}/${P}
@@ -19,9 +19,9 @@ RDEPEND=$DEPEND
src_compile() {
try ./configure --prefix=/opt/kde2 --host=${CHOST} \
- --with-qt-dir=/usr/lib/qt-x11-2.2.1 \
- --with-qt-includes=/usr/lib/qt-x11-2.2.1/include \
- --with-qt-libs=/usr/lib/qt-x11-2.2.1/lib
+ --with-qt-dir=/usr/lib/qt \
+ --with-qt-includes=/usr/lib/qt/include \
+ --with-qt-libs=/usr/lib/qt/lib
try make
}