summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/local-website/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-28 22:18:47 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-28 22:18:47 (GMT)
commitcff63252505960110423b64b34002f4aee907985 (patch)
tree06e397e37afdf96c66c7ae9af53903c64668932e /abs/core-testing/local-website/PKGBUILD
parent0c4d002e412991482d44222d26702d63eec9e237 (diff)
downloadlinhes_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/core-testing/local-website/PKGBUILD')
-rw-r--r--abs/core-testing/local-website/PKGBUILD4
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()