apache: add missing pkg-config builddep, remove unrequired rundeps, revbump.

This commit is contained in:
Juan RP 2011-11-20 10:57:27 +01:00
parent f90231c0a7
commit 46bea15744
2 changed files with 2 additions and 3 deletions

View File

@ -5,8 +5,6 @@ liblber-2.4.so.2
libz.so.1
libssl.so.1
libcrypto.so.1
libuuid.so.1
librt.so.1
libcrypt.so.1
libdl.so.2
libaprutil-1.so.0

View File

@ -19,7 +19,7 @@ configure_args="--prefix= --enable-pie --enable-modules=all
--enable-dav --enable-info --enable-cgi --enable-cgid --enable-dav-fs
--enable-dav-lock --enable-vhost-alias --enable-imagemap --enable-so
--enable-rewrite --with-pcre=/usr --enable-layout=XBPS --sysconfdir=/etc/httpd"
revision=1
revision=2
short_desc="The Number One HTTP Server On The Internet"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://httpd.apache.org/"
@ -62,6 +62,7 @@ Add_dependency run libdb
Add_dependency run gdbm
Add_dependency run expat
Add_dependency build pkg-config
Add_dependency build coreutils
Add_dependency build perl ">=0"
Add_dependency build zlib-devel