diff -upNr a/openssh-6.0_p1.ebuild b/openssh-6.0_p1.ebuild --- a/openssh-6.0_p1.ebuild 2012-05-28 22:27:35.220240000 -0400 +++ b/openssh-6.0_p1.ebuild 2012-05-28 22:49:39.385357000 -0400 @@ -24,7 +24,7 @@ SRC_URI="mirror://openbsd/OpenSSH/portab LICENSE="as-is" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="${HPN_PATCH:++}hpn kerberos ldap libedit pam selinux skey static tcpd X X509" +IUSE="elibc_FreeBSD ${HPN_PATCH:++}hpn kerberos ldap libedit pam selinux skey static tcpd X X509" RDEPEND="pam? ( virtual/pam ) kerberos? ( virtual/krb5 ) @@ -172,7 +172,9 @@ src_configure() { $(use_with libedit) \ $(use_with selinux) \ $(use_with skey) \ - $(use_with tcpd tcp-wrappers) + $(use_with tcpd tcp-wrappers) \ + $(use_enable !elibc_FreeBSD utmp) \ + $(use_enable !elibc_FreeBSD wtmp) } src_install() {