diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-13 12:59:45 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-13 12:59:45 +0000 |
commit | 1e618a5e87183a5afdbaa102e0a58c9eb42b5887 (patch) | |
tree | 4018154460ddf98378bb99828936ee78411e34c9 /net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild | |
parent | ~amd64 added (bug #129796) (diff) | |
download | gentoo-2-1e618a5e87183a5afdbaa102e0a58c9eb42b5887.tar.gz gentoo-2-1e618a5e87183a5afdbaa102e0a58c9eb42b5887.tar.bz2 gentoo-2-1e618a5e87183a5afdbaa102e0a58c9eb42b5887.zip |
Run autotools, add missing dependency upon ncurses, add ~x86-fbsd keyword.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild')
-rw-r--r-- | net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild index ab93996e5db1..a60a791f7a4a 100644 --- a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild +++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild,v 1.5 2006/02/20 17:10:44 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild,v 1.6 2006/04/13 12:59:45 flameeyes Exp $ -inherit eutils +inherit eutils autotools DESCRIPTION="Telnet and telnetd ported from OpenBSD with IPv6 support" HOMEPAGE="ftp://ftp.suse.com/pub/people/kukuk/ipv6/" @@ -10,15 +10,19 @@ SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/ipv6/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~ppc ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="nls" -DEPEND="!net-misc/netkit-telnetd" +RDEPEND="sys-libs/ncurses" +DEPEND="${RDEPEND} + !net-misc/netkit-telnetd" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-fbsd.patch + + eautoreconf } src_compile() { |