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 /app-office
parent*** empty log message *** (diff)
downloadhistorical-fbaab1ecdb443797c95ae6862a344a599a37720e.tar.gz
historical-fbaab1ecdb443797c95ae6862a344a599a37720e.tar.bz2
historical-fbaab1ecdb443797c95ae6862a344a599a37720e.zip
*** empty log message ***
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnucash/gnucash-1.4.7-r2.ebuild4
-rw-r--r--app-office/koffice/koffice-2.0.ebuild8
2 files changed, 6 insertions, 6 deletions
diff --git a/app-office/gnucash/gnucash-1.4.7-r2.ebuild b/app-office/gnucash/gnucash-1.4.7-r2.ebuild
index ed01c7397fcc..c6177c5b6827 100644
--- a/app-office/gnucash/gnucash-1.4.7-r2.ebuild
+++ b/app-office/gnucash/gnucash-1.4.7-r2.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/gnucash/gnucash-1.4.7-r2.ebuild,v 1.2 2000/11/25 18:30:59 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.4.7-r2.ebuild,v 1.3 2000/11/27 22:48:59 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -11,7 +11,7 @@ HOMEPAGE="http://gnucash.sourceforge.net"
DEPEND=">=gnome-base/gnome-libs-1.2.4
>=gnome-base/libxml-1.8.10
- >=dev-libs/swig-1.3_alpha4
+ >=dev-lang/swig-1.3_alpha4
>=dev-libs/slib-2.3.8"
src_compile() {
diff --git a/app-office/koffice/koffice-2.0.ebuild b/app-office/koffice/koffice-2.0.ebuild
index 7648cee6e218..ed7113f4ae76 100644
--- a/app-office/koffice/koffice-2.0.ebuild
+++ b/app-office/koffice/koffice-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/app-office/koffice/koffice-2.0.ebuild,v 1.2 2000/11/07 10:21:03 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-2.0.ebuild,v 1.3 2000/11/27 22:48:59 achim Exp $
A=${P}.tar.bz2
S=${WORKDIR}/${P}
@@ -18,9 +18,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
}