main/php: the -dev package needs phpize from php-cli

This commit is contained in:
Natanael Copa 2015-06-05 09:48:52 +00:00
parent 52a80d60d2
commit c91eaad3b4

View File

@ -3,12 +3,14 @@
# Maintainer: Matt Smith <mcs@darkregion.net>
pkgname=php
pkgver=5.6.9
pkgrel=0
pkgrel=1
pkgdesc="The PHP language runtime engine"
url="http://www.php.net/"
arch="all"
license="PHP-3"
depends="$pkgname-cli"
# -dev package needs phpize
depends_dev="$pkgname-cli"
install="$pkgname.post-upgrade"
makedepends="
apache2-dev