diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-15 16:05:50 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-15 16:05:50 (GMT) |
commit | fe739ba880e1fa2f54451a1053d59df031e22ee1 (patch) | |
tree | 35cf52bba03c9eaf8625968b4194748939cbad33 /abs/core/php/PKGBUILD | |
parent | 3a483d679aafb9fbfd7c8f722a8f69333e446cee (diff) | |
download | linhes_pkgbuild-fe739ba880e1fa2f54451a1053d59df031e22ee1.zip linhes_pkgbuild-fe739ba880e1fa2f54451a1053d59df031e22ee1.tar.gz linhes_pkgbuild-fe739ba880e1fa2f54451a1053d59df031e22ee1.tar.bz2 |
php: removed postfix just to get it to build
Diffstat (limited to 'abs/core/php/PKGBUILD')
-rw-r--r-- | abs/core/php/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/php/PKGBUILD b/abs/core/php/PKGBUILD index 19e1b66..3a91cb1 100644 --- a/abs/core/php/PKGBUILD +++ b/abs/core/php/PKGBUILD @@ -26,7 +26,7 @@ pkgrel=1 arch=('i686' 'x86_64') license=('PHP') url='http://www.php.net' -makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx' +makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'libvpx' 'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds' 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu' 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2') |