diff options
Diffstat (limited to 'www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild')
-rw-r--r-- | www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild b/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild index 737e7849e0fb..48f2ba03ff59 100644 --- a/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild +++ b/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild,v 1.1 2007/12/30 17:28:16 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild,v 1.2 2008/01/31 17:10:43 hollow Exp $ inherit apache-module versionator @@ -28,7 +28,7 @@ S="${WORKDIR}"/${PN}-${MY_PV} need_apache2_2 src_compile() { - ./configure --apachever=2.2 --apxs=${APXS2} || die "econf failed" + ./configure --apachever=2.2 --apxs=${APXS} || die "econf failed" emake || die "emake failed" } |