aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/modphp/modphp5.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/modphp/modphp5.inc')
-rw-r--r--recipes/modphp/modphp5.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/modphp/modphp5.inc b/recipes/modphp/modphp5.inc
index a0417cf189..f402e26fd6 100644
--- a/recipes/modphp/modphp5.inc
+++ b/recipes/modphp/modphp5.inc
@@ -1,10 +1,10 @@
SECTION = "console/network"
DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the apache php module."
LICENSE = "PHP"
-RDEPENDS = "apache2"
+RDEPENDS_${PN} = "apache2"
DEPENDS = "apache2-native apache2 zlib"
SRC_URI = "http://de3.php.net/distributions/php-${PV}.tar.bz2 \
- file://configure.patch;patch=1 \
+ file://configure.patch \
"
S = "${WORKDIR}/php-${PV}"