diff options
Diffstat (limited to 'www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild')
-rw-r--r-- | www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild index bdac3f9132ff..ce25a72aa7cc 100644 --- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild +++ b/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild,v 1.4 2008/08/29 12:27:53 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild,v 1.5 2012/10/16 02:24:43 patrick Exp $ inherit apache-module @@ -21,7 +21,7 @@ APACHE2_MOD_DEFINE="AUTH_KERB" DOCFILES="INSTALL README" -need_apache +need_apache2_2 src_compile() { CFLAGS="" APXS="${APXS}" econf --with-krb5=/usr --without-krb4 || die "econf failed" |