diff options
author | V.Krishn <vkrishn4@gmail.com> | 2016-02-18 12:36:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-02-18 16:31:44 +0000 |
commit | b381c592ceff5b4a92108f391d0fdbfee682d149 (patch) | |
tree | e72338417e664e749b462fe4ae22ed5356dbf5ad /testing/php-suhosin | |
parent | 844896e57fa8c313a737086ac8a202999bd60eda (diff) | |
download | aports-b381c592ceff5b4a92108f391d0fdbfee682d149.tar.bz2 aports-b381c592ceff5b4a92108f391d0fdbfee682d149.tar.xz |
testing/php-suhosin: add re2c to makedepends
Diffstat (limited to 'testing/php-suhosin')
-rw-r--r-- | testing/php-suhosin/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php-suhosin/APKBUILD b/testing/php-suhosin/APKBUILD index eb22cc7884..dbbcac4b6d 100644 --- a/testing/php-suhosin/APKBUILD +++ b/testing/php-suhosin/APKBUILD @@ -4,14 +4,14 @@ pkgname=php-suhosin _pkgreal=suhosin pkgver=0.9.38 _pkgver=${pkgver/_rc/RC} -pkgrel=0 +pkgrel=1 pkgdesc="PHP extension SUHOSIN, An advanced protection system for PHP installations" url="http://suhosin.org" arch="all" license="PHP" depends= pecldepends="php-dev autoconf" -makedepends="$pecldepends" +makedepends="$pecldepends re2c" install="" subpackages="" source="https://download.suhosin.org/$_pkgreal-$_pkgver.tar.gz |