mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
main/php: the -dev package needs phpize from php-cli
This commit is contained in:
parent
52a80d60d2
commit
c91eaad3b4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user