aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-solr
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-05-02 01:59:23 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-05-02 01:59:23 +0200
commit5f356cefbd0945a6e108d919426115fcd3c6d8e5 (patch)
treeab9a3e115d8d40e6c49468377b0db3439aa63677 /testing/php7-solr
parent6ca44b74b2a601c9aa206ebdccae61fa40c99f5e (diff)
downloadaports-5f356cefbd0945a6e108d919426115fcd3c6d8e5.tar.bz2
aports-5f356cefbd0945a6e108d919426115fcd3c6d8e5.tar.xz
testing/php7-solr: add missing dependency pcre-dev
Diffstat (limited to 'testing/php7-solr')
-rw-r--r--testing/php7-solr/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/php7-solr/APKBUILD b/testing/php7-solr/APKBUILD
index 3e64824c17..5f72c6a937 100644
--- a/testing/php7-solr/APKBUILD
+++ b/testing/php7-solr/APKBUILD
@@ -10,8 +10,7 @@ url="http://pecl.php.net/package/$_pkgreal"
arch="all"
license="PHP"
depends="php7-json"
-pecldepends="php7-dev curl-dev libxml2-dev autoconf"
-makedepends="$pecldepends"
+makedepends="php7-dev curl-dev libxml2-dev autoconf pcre-dev"
install=""
subpackages=""
source="http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz"