View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/mail-client/pine/pine-4.61.ebuild (-2 / +7 lines)
 Lines 23-29    Link Here 
DEPEND="virtual/libc
DEPEND="virtual/libc
	>=sys-apps/sed-4
	>=sys-apps/sed-4
	>=sys-libs/ncurses-5.1
	>=sys-libs/ncurses-5.1
	>=sys-libs/pam-0.72
	pam? ( >=sys-libs/pam-0.72 )
	ssl? ( dev-libs/openssl )
	ssl? ( dev-libs/openssl )
	ldap? ( net-nds/openldap )
	ldap? ( net-nds/openldap )
	kerberos? ( app-crypt/mit-krb5 )"
	kerberos? ( app-crypt/mit-krb5 )"
 Lines 107-114    Link Here 
	if use kerberos ; then
	if use kerberos ; then
		myconf="${myconf} EXTRAAUTHENTICATORS=gss"
		myconf="${myconf} EXTRAAUTHENTICATORS=gss"
	fi
	fi
	if use pam ; then
		target=lnp
	else
		target=slx
	fi
	./build ${myconf} lnp || die "compile problem"
	./build ${myconf} ${target} || die "compile problem"
}
}
src_install() {
src_install() {