summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild')
-rw-r--r--dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild b/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild
index 12f68cb82785..d05d16e32234 100644
--- a/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild
+++ b/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild
@@ -1,11 +1,12 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild,v 1.1 2007/11/29 23:48:01 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild,v 1.2 2007/11/30 00:30:20 jokey Exp $
PHP_EXT_NAME="htscanner"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="README"
+PHPSAPILIST="cgi"
inherit php-ext-pecl-r1 eutils depend.php php-ext-base-r1
@@ -27,7 +28,7 @@ src_unpack() {
pkg_setup() {
has_php
- require_php_sapi_from cgi apache2
+ require_php_sapi_from cgi
}
src_install() {