diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-09 20:40:58 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-09 20:40:58 +0000 |
commit | 321470eb2aa71f980e49cf683319441702b878a7 (patch) | |
tree | b7246cb8cbb7b326710b2a34e19b8e2ac826d0af /net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild | |
parent | amd64/x86 stable, bug #240730 (diff) | |
download | historical-321470eb2aa71f980e49cf683319441702b878a7.tar.gz historical-321470eb2aa71f980e49cf683319441702b878a7.tar.bz2 historical-321470eb2aa71f980e49cf683319441702b878a7.zip |
Fix build dependencies.
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64
Diffstat (limited to 'net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild')
-rw-r--r-- | net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild b/net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild index 33231af6f25e..1196a1691052 100644 --- a/net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild +++ b/net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild,v 1.2 2007/03/22 14:43:13 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild,v 1.3 2008/10/09 20:40:58 flameeyes Exp $ inherit eutils autotools @@ -19,6 +19,7 @@ RDEPEND=">=net-libs/libnet-1.1.0 net-libs/libpcap ncurses? ( sys-libs/ncurses ) debug? ( dev-libs/dmalloc )" +DEPEND="${RDEPEND}" S=${WORKDIR}/${PN}-${MY_PV} |