diff options
Diffstat (limited to 'net-mail/pop3vscan/pop3vscan-0.4.ebuild')
-rw-r--r-- | net-mail/pop3vscan/pop3vscan-0.4.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-mail/pop3vscan/pop3vscan-0.4.ebuild b/net-mail/pop3vscan/pop3vscan-0.4.ebuild index 684276c990d7..18c95fa02bba 100644 --- a/net-mail/pop3vscan/pop3vscan-0.4.ebuild +++ b/net-mail/pop3vscan/pop3vscan-0.4.ebuild @@ -1,16 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/pop3vscan/pop3vscan-0.4.ebuild,v 1.2 2002/07/10 21:32:18 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pop3vscan/pop3vscan-0.4.ebuild,v 1.3 2002/07/17 05:07:51 seemant Exp $ S="${WORKDIR}/${P}" DESCRIPTION="A transparent POP3-Proxy with virus-scanning capabilities." SRC_URI="mirror://sourceforge/pop3vscan/${P}.tar.gz" HOMEPAGE="pop3vscan.sf.net" -LICENSE="GPL-2" + DEPEND="net-mail/ripmime" -RDEPEND="${DEPEND} - sys-apps/iptables" +RDEPEND="sys-apps/iptables" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { make || die |