apr-util: fix makedepends

This commit is contained in:
ojab 2013-03-31 18:02:10 +04:00
parent a3617c8ea7
commit b590182fc4
1 changed files with 2 additions and 3 deletions

View File

@ -1,14 +1,13 @@
# Template file for 'apr-util'
pkgname=apr-util
version=1.3.12
revision=4
revision=5
build_style=gnu-configure
configure_args="--with-pgsql --with-mysql --with-sqlite3 --with-ldap
--with-berkeley-db --with-gdbm --with-apr=/usr --without-odbc
--with-expat=/usr --without-oracle"
makedepends="apr-devel db-devel expat-devel gdbm-devel libldap-devel
libmysqlclient-devel libuuid-devel openssl-devel postgresql-libs-devel
sqlite-devel zlib-devel"
libmysqlclient-devel postgresql-libs-devel sqlite-devel zlib-devel"
short_desc="The Apache Portable Runtime Utility Library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://apr.apache.org/"