summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-01-31 19:09:27 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-01-31 19:09:27 +0000
commit70b7b73915acfdfcce38812b5b20a606d1264cfd (patch)
treeb910a6f20895a1fda701aa4efe81cf7800b6de69 /www-apache/mod_log_sql/mod_log_sql-1.100.ebuild
parentcleanup (diff)
downloadgentoo-2-70b7b73915acfdfcce38812b5b20a606d1264cfd.tar.gz
gentoo-2-70b7b73915acfdfcce38812b5b20a606d1264cfd.tar.bz2
gentoo-2-70b7b73915acfdfcce38812b5b20a606d1264cfd.zip
fix depend.apache usage wrt #208033
(Portage version: 2.1.4)
Diffstat (limited to 'www-apache/mod_log_sql/mod_log_sql-1.100.ebuild')
-rw-r--r--www-apache/mod_log_sql/mod_log_sql-1.100.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_log_sql/mod_log_sql-1.100.ebuild b/www-apache/mod_log_sql/mod_log_sql-1.100.ebuild
index 31dc6c788be5..161ee2df9b2f 100644
--- a/www-apache/mod_log_sql/mod_log_sql-1.100.ebuild
+++ b/www-apache/mod_log_sql/mod_log_sql-1.100.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_log_sql/mod_log_sql-1.100.ebuild,v 1.2 2008/01/27 23:09:00 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_log_sql/mod_log_sql-1.100.ebuild,v 1.3 2008/01/31 19:09:26 hollow Exp $
inherit apache-module
@@ -29,7 +29,7 @@ contrib/create_tables.sql contrib/make_combined_log.pl contrib/mysql_import_comb
need_apache
src_compile() {
- local myconf="--with-apxs=${APXS2}"
+ local myconf="--with-apxs=${APXS}"
use ssl && myconf="${myconf} --with-ssl-inc=/usr"
use ssl || myconf="${myconf} --without-ssl-inc"
use dbi && myconf="${myconf} --with-dbi=/usr"