summaryrefslogtreecommitdiffstats
path: root/main/php
diff options
context:
space:
mode:
authorMatt Smith <mcs@darkregion.net>2011-04-11 01:56:36 -0500
committerMatt Smith <mcs@darkregion.net>2011-04-11 01:56:36 -0500
commitac0745471c57a75ecf8b9ffc8dabed36ef956688 (patch)
treec6f12be67a358a6cb7c2edf28d2164ebb85e3aa2 /main/php
parentb47caf3af9aa5bc3ae96ef3fade5dcb8ab5a66f3 (diff)
main/php: added apache2 to php-apache2's depends
Diffstat (limited to 'main/php')
-rw-r--r--main/php/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php/APKBUILD b/main/php/APKBUILD
index 99cff5279fc..49009c8a864 100644
--- a/main/php/APKBUILD
+++ b/main/php/APKBUILD
@@ -3,7 +3,7 @@
pkgname=php
pkgver=5.3.6
_suhosinver=5.3.6-0.9.10
-pkgrel=5
+pkgrel=6
pkgdesc="The PHP language runtime engine"
url="http://www.php.net/"
arch="all"
@@ -344,7 +344,7 @@ fpm() {
apache2() {
pkgdesc="PHP Module for Apache2"
- depends="php-common"
+ depends="php-common apache2"
mkdir -p "$subpkgdir"/usr/lib "$subpkgdir"/etc
mv "$pkgdir"/usr/lib/apache2 "$subpkgdir"/usr/lib/ &&\
mv "$pkgdir"/etc/apache2 "$subpkgdir"/etc