diff options
| author | Unconfigured <Unconfigured> | 2010-01-14 13:47:15 (GMT) | 
|---|---|---|
| committer | Unconfigured <Unconfigured> | 2010-01-14 13:47:15 (GMT) | 
| commit | 3a4fab179098c8d2ed4460e7c091ea9e00e67e58 (patch) | |
| tree | 1b7f69318e6f54079303312858021b2daf366b17 | |
| parent | 4f202712a8c42ea6b34b1018e12848db90ef86b9 (diff) | |
| download | linhes_pkgbuild-3a4fab179098c8d2ed4460e7c091ea9e00e67e58.zip linhes_pkgbuild-3a4fab179098c8d2ed4460e7c091ea9e00e67e58.tar.gz linhes_pkgbuild-3a4fab179098c8d2ed4460e7c091ea9e00e67e58.tar.bz2 | |
mythweb: added perl dependancy
| -rw-r--r-- | abs/core-testing/mythtv/stable-0.22/mythweb/PKGBUILD | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/abs/core-testing/mythtv/stable-0.22/mythweb/PKGBUILD b/abs/core-testing/mythtv/stable-0.22/mythweb/PKGBUILD index 1895129..595a62d 100644 --- a/abs/core-testing/mythtv/stable-0.22/mythweb/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.22/mythweb/PKGBUILD @@ -6,7 +6,7 @@ url="http://www.mythtv.org"  license="GPL"  arch=('i686' 'x86_64') -depends=('mythtv' 'lighttpd' 'php' 'local-website') +depends=('mythtv' 'lighttpd' 'php' 'local-website' 'perl' 'perl-dbd-mysql' 'perl-math-round')  conflicts=('mythweb-svn')  groups=('mythtv-extras')  install=mythweb.install | 
