diff options
Diffstat (limited to 'net-misc/nxssh/nxssh-1.4.0-r1.ebuild')
-rw-r--r-- | net-misc/nxssh/nxssh-1.4.0-r1.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net-misc/nxssh/nxssh-1.4.0-r1.ebuild b/net-misc/nxssh/nxssh-1.4.0-r1.ebuild index 57540bcc4ba7..47520d487766 100644 --- a/net-misc/nxssh/nxssh-1.4.0-r1.ebuild +++ b/net-misc/nxssh/nxssh-1.4.0-r1.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-misc/nxssh/nxssh-1.4.0-r1.ebuild,v 1.1 2005/01/02 09:40:02 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/nxssh-1.4.0-r1.ebuild,v 1.1.1.1 2005/11/30 09:55:39 chriswhite Exp $ MY_P="${PN}-${PV}-21" DESCRIPTION="Modified openssh client, used by nxclient" @@ -8,13 +8,15 @@ HOMEPAGE="http://www.nomachine.com/" SRC_URI="http://www.nomachine.com/download/nxsources/nxssh/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" DEPEND=">=dev-libs/openssl-0.9.7d-r1 >=sys-libs/glibc-2.3.3.20040420-r1 - >=sys-libs/zlib-1.2.1-r2" + >=sys-libs/zlib-1.2.1-r2 + tcpd? ( sys-apps/tcp-wrappers ) + pam? ( sys-libs/pam )" # Run-time dependencies, same as DEPEND if RDEPEND isn't defined: #RDEPEND="" -IUSE="ipv6 kerberos pam tcpd" +IUSE="ipv6 pam tcpd" S=${WORKDIR}/${PN} @@ -27,9 +29,6 @@ src_compile() { use pam && myconf="${myconf} --with-pam" use ipv6 || myconf="${myconf} --with-ipv4-default" - # app-crypt/mit-krb5 - use kerberos && myconf="${myconf} --with-kerberos5" - ./configure \ --prefix=/usr \ --sysconfdir=/etc/ssh \ |