diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-06-16 16:19:54 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-06-16 16:19:54 +0200 |
commit | 921b52d01328aaf0d3b6d1ba316462f35156882c (patch) | |
tree | a339d083992db31f6469f0aaf4cb0e756ed78867 /main/php-xcache | |
parent | a074fa6d38db3108ce263b63cdf22a8c88fe919a (diff) | |
download | aports-921b52d01328aaf0d3b6d1ba316462f35156882c.tar.bz2 aports-921b52d01328aaf0d3b6d1ba316462f35156882c.tar.xz |
main/php-xcache: don't depend on zendframework
Diffstat (limited to 'main/php-xcache')
-rw-r--r-- | main/php-xcache/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php-xcache/APKBUILD b/main/php-xcache/APKBUILD index 26c14459d1..222863bded 100644 --- a/main/php-xcache/APKBUILD +++ b/main/php-xcache/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="php opcode cacher" url="http://xcache.lighttpd.net/" arch="all" license="BSD" -depends="zendframework" +#depends="zendframework" depends_dev="" makedepends="$depends_dev php-dev autoconf automake flex bison gawk" install="" |