diff options
Diffstat (limited to 'mail-client/pine/pine-4.62-r2.ebuild')
-rw-r--r-- | mail-client/pine/pine-4.62-r2.ebuild | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/mail-client/pine/pine-4.62-r2.ebuild b/mail-client/pine/pine-4.62-r2.ebuild index 0edf4d184372..6085f1109fe5 100644 --- a/mail-client/pine/pine-4.62-r2.ebuild +++ b/mail-client/pine/pine-4.62-r2.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/mail-client/pine/pine-4.62-r2.ebuild,v 1.1 2005/03/29 21:52:34 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/pine-4.62-r2.ebuild,v 1.2 2005/04/03 20:28:54 j4rg0n Exp $ inherit eutils @@ -135,10 +135,15 @@ src_compile() { if use kerberos ; then myconf="${myconf} EXTRAAUTHENTICATORS=gss" fi - if use pam ; then - target=lnp + + if use ppc-macos; then + target=osx else - target=slx + if use pam ; then + target=lnp + else + target=slx + fi fi ./build ${myconf} ${target} || die "compile problem" |