diff options
Diffstat (limited to 'x11-misc/entrance/entrance-0.9.0.007.ebuild')
-rw-r--r-- | x11-misc/entrance/entrance-0.9.0.007.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/entrance/entrance-0.9.0.007.ebuild b/x11-misc/entrance/entrance-0.9.0.007.ebuild index 7348c2c60efe..40d93c52e5a8 100644 --- a/x11-misc/entrance/entrance-0.9.0.007.ebuild +++ b/x11-misc/entrance/entrance-0.9.0.007.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-0.9.0.007.ebuild,v 1.2 2006/08/10 23:36:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-0.9.0.007.ebuild,v 1.3 2006/08/10 23:47:25 vapier Exp $ inherit enlightenment eutils @@ -26,6 +26,7 @@ src_compile() { else export MY_ECONF="--with-auth-mode=shadow" fi + MY_ECONF="${MY_ECONF} $(use_enable pam)" enlightenment_src_compile } |