diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-02-19 20:34:39 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-02-19 20:34:39 +0000 |
commit | 6a3d989fcf407ea0fe4d5f7f8551625c484da868 (patch) | |
tree | 2b51a0a47e06b5c231ecf329e6122d4a3df0f7b5 /net-im/licq | |
parent | fix location where docs install (diff) | |
download | gentoo-2-6a3d989fcf407ea0fe4d5f7f8551625c484da868.tar.gz gentoo-2-6a3d989fcf407ea0fe4d5f7f8551625c484da868.tar.bz2 gentoo-2-6a3d989fcf407ea0fe4d5f7f8551625c484da868.zip |
Licq depends on QT regardless whether or not 'kde' (or even 'qt') is
in the USE variable.
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/licq-1.0.4-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-im/licq/licq-1.0.4-r1.ebuild b/net-im/licq/licq-1.0.4-r1.ebuild index b26d7a20c67a..99596e9598ff 100644 --- a/net-im/licq/licq-1.0.4-r1.ebuild +++ b/net-im/licq/licq-1.0.4-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.0.4-r1.ebuild,v 1.3 2002/02/09 11:47:57 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.0.4-r1.ebuild,v 1.4 2002/02/19 20:34:39 agenkin Exp $ . /usr/portage/eclass/inherit.eclass || die use kde && inherit kde-base @@ -11,10 +11,10 @@ SRC_URI="http://download.sourceforge.net/licq/${P}.tar.bz2" DESCRIPTION="KDE/QT ICQ Client with v6 support only (UDP)" SLOT="0" DEPEND="$DEPEND - ssl? ( >=dev-libs/openssl-0.9.6 )" + ssl? ( >=dev-libs/openssl-0.9.6 ) + x11-libs/qt" use kde && need-kde 2.1 -use kde && need-qt 2.2.2 src_unpack() { cd ${WORKDIR} @@ -35,8 +35,7 @@ src_compile() { if [ "`use qt`" ] then - - export QTDIR=/usr/qt/2 + export QTDIR=/usr/qt/3 cd plugins/qt-gui-1.0.4 make -f Makefile.cvs || die use kde && kde_src_compile myconf |