diff options
Diffstat (limited to 'net-ftp/vsftpd')
-rw-r--r-- | net-ftp/vsftpd/vsftpd-1.1.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-ftp/vsftpd/vsftpd-1.1.3.ebuild b/net-ftp/vsftpd/vsftpd-1.1.3.ebuild index b3e16746f6cf..1bf7d8cb88a1 100644 --- a/net-ftp/vsftpd/vsftpd-1.1.3.ebuild +++ b/net-ftp/vsftpd/vsftpd-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-1.1.3.ebuild,v 1.4 2003/02/24 14:24:13 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-1.1.3.ebuild,v 1.5 2003/02/25 17:43:45 seemant Exp $ inherit flag-o-matic @@ -14,7 +14,8 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~sparc" -DEPEND="pam? ( >=sys-libs/pam-0.75 tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" +DEPEND="pam? ( >=sys-libs/pam-0.75 ) + tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" RDEPEND="${DEPEND} || ( sys-apps/xinetd >=sys-apps/ucspi-tcp-0.88-r3 )" filter-flags "-fPIC" |