diff options
Diffstat (limited to 'x11-misc/entrance/entrance-9999.ebuild')
-rw-r--r-- | x11-misc/entrance/entrance-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/entrance/entrance-9999.ebuild b/x11-misc/entrance/entrance-9999.ebuild index 3af56113dbc4..55fa80bdda87 100644 --- a/x11-misc/entrance/entrance-9999.ebuild +++ b/x11-misc/entrance/entrance-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-9999.ebuild,v 1.8 2006/08/10 23:36:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-9999.ebuild,v 1.9 2006/08/10 23:47:25 vapier Exp $ inherit enlightenment eutils @@ -43,6 +43,7 @@ src_compile() { else export MY_ECONF="--with-auth-mode=shadow" fi + MY_ECONF="${MY_ECONF} $(use_enable pam)" enlightenment_src_compile } |