diff options
author | 2002-02-19 20:34:39 +0000 | |
---|---|---|
committer | 2002-02-19 20:34:39 +0000 | |
commit | a8815dd1725ed27cf88b90450086208a42ae7bbd (patch) | |
tree | e02396d4b9be999f662695a88765061387c30338 /net-im/licq | |
parent | fix location where docs install (diff) | |
download | historical-a8815dd1725ed27cf88b90450086208a42ae7bbd.tar.gz historical-a8815dd1725ed27cf88b90450086208a42ae7bbd.tar.bz2 historical-a8815dd1725ed27cf88b90450086208a42ae7bbd.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 |