diff options
author | James Meyer <james.meyer@operamail.com> | 2008-10-28 22:18:47 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-10-28 22:18:47 (GMT) |
commit | cff63252505960110423b64b34002f4aee907985 (patch) | |
tree | 06e397e37afdf96c66c7ae9af53903c64668932e /abs | |
parent | 0c4d002e412991482d44222d26702d63eec9e237 (diff) | |
download | linhes_pkgbuild-cff63252505960110423b64b34002f4aee907985.zip linhes_pkgbuild-cff63252505960110423b64b34002f4aee907985.tar.gz linhes_pkgbuild-cff63252505960110423b64b34002f4aee907985.tar.bz2 |
add php as a requirement.
Not really a requirement, but php needs to be installed, so this is a good as place as any.
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/local-website/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/local-website/PKGBUILD b/abs/core-testing/local-website/PKGBUILD index 39c1fe2..7c9b759 100644 --- a/abs/core-testing/local-website/PKGBUILD +++ b/abs/core-testing/local-website/PKGBUILD @@ -1,12 +1,12 @@ pkgname=local-website pkgver=2 -pkgrel=2 +pkgrel=4 pkgdesc="Contents of http://localhost" arch=(i686 x86_64) license=('GPL') url="http://localhost" #install=filesystem.install -depends=('lighttpd') +depends=('lighttpd' 'php') source=() build() |