diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-01 14:00:14 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-01 14:00:14 +0000 |
commit | 357a1b39d2aa6d172a908d805edab80d716fb7ee (patch) | |
tree | 0a62bacc29615a8ea4c7e1c1e17ca85df2cb0c66 /net-im | |
parent | new TODO comments (extensive) (diff) | |
download | gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.tar.gz gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.tar.bz2 gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.zip |
*** empty log message ***
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq-console/licq-console-1.0.2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-im/licq-console/licq-console-1.0.2.ebuild b/net-im/licq-console/licq-console-1.0.2.ebuild index b7dedde7bc2a..149f5bdacb54 100644 --- a/net-im/licq-console/licq-console-1.0.2.ebuild +++ b/net-im/licq-console/licq-console-1.0.2.ebuild @@ -14,11 +14,12 @@ SRC_URI="http://download.sourceforge.net/licq/${A} ftp://mirror.itcnet.ro/pub/licq/srcs/${A}" HOMEPAGE="http://www.licq.org" -DEPEND="=net-im/licq-1.0.3" +DEPEND="virtual/glibc sys-devel/gcc + >=sys-libs/ncurses-5.2 + =net-im/licq-1.0.3" -src_unpack() { - unpack ${A} -} +RDEPEND="virtual/glibc sys-devel/gcc + >=sys-libs/ncurses-5.2" src_compile() { cd ${WORKDIR}/${LICQV}/plugins/console-${PV} |