From 25897de5aa7007b4824c684dd9b48b62dcc6972e Mon Sep 17 00:00:00 2001
From: James Meyer <jams@linhes.org>
Date: Wed, 15 Dec 2010 17:27:41 +0000
Subject: lighttpd: add php-cgi as a dep, this is needed for mythweb to work

---
 abs/core/lighttpd/PKGBUILD    | 4 ++--
 abs/core/lighttpd/__changelog | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/abs/core/lighttpd/PKGBUILD b/abs/core/lighttpd/PKGBUILD
index 599ad05..ba553a2 100644
--- a/abs/core/lighttpd/PKGBUILD
+++ b/abs/core/lighttpd/PKGBUILD
@@ -3,12 +3,12 @@
 
 pkgname=lighttpd
 pkgver=1.4.28
-pkgrel=2
+pkgrel=3
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('i686' 'x86_64')
 url="http://www.lighttpd.net/"
-depends=('pcre' 'openssl' 'zlib' 'bzip2' 'attr' 'libldap' 'lua')
+depends=('pcre' 'openssl' 'zlib' 'bzip2' 'attr' 'libldap' 'lua' 'php-cgi')
 makedepends=('fcgi' 'libmysqlclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite3' 'gdbm' 'pkgconfig')
 optdepends=('libxml2: mod_webdav' \
             'e2fsprogs: mod_webdav' \
diff --git a/abs/core/lighttpd/__changelog b/abs/core/lighttpd/__changelog
index 71151d9..4658cd1 100644
--- a/abs/core/lighttpd/__changelog
+++ b/abs/core/lighttpd/__changelog
@@ -14,3 +14,5 @@ bummped to version 13 to test redmine #690
 Added etc/lighttpd/conf.include and etc/lighttpd/html.include to backup array
 
 upgrade to 1.4.28
+
+php-cgi is a depends.
-- 
cgit v0.12