diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-06-09 19:39:13 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-06-09 19:39:13 +0000 |
commit | 139f90b1fde1863b841ddbd8339bee6733ecb3c4 (patch) | |
tree | 4b27c74a3fb1c82c4b1216db936cf27de43c0022 /net-mail | |
parent | Stable on sparc (diff) | |
download | gentoo-2-139f90b1fde1863b841ddbd8339bee6733ecb3c4.tar.gz gentoo-2-139f90b1fde1863b841ddbd8339bee6733ecb3c4.tar.bz2 gentoo-2-139f90b1fde1863b841ddbd8339bee6733ecb3c4.zip |
Fix dependencies.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/pfqueue/pfqueue-0.4.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mail/pfqueue/pfqueue-0.4.0.ebuild b/net-mail/pfqueue/pfqueue-0.4.0.ebuild index 8fd4a61af312..9feae77c98d5 100644 --- a/net-mail/pfqueue/pfqueue-0.4.0.ebuild +++ b/net-mail/pfqueue/pfqueue-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.4.0.ebuild,v 1.1 2005/06/09 19:14:41 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.4.0.ebuild,v 1.2 2005/06/09 19:39:13 ticho Exp $ inherit eutils toolchain-funcs @@ -13,8 +13,9 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="virtual/libc - sys-devel/libtool" -RDEPEND="mail-mta/postfix" + sys-devel/libtool + sys-libs/ncurses" +RDEPEND="${DEPEND}" pkg_setup() { if [ $(gcc-major-version) = 4 ] ; then |