mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
apr: add missing make dependency expat-devel
This commit is contained in:
parent
88c98f763f
commit
8ba9d2b1bc
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'apr'
|
# Template file for 'apr'
|
||||||
pkgname=apr
|
pkgname=apr
|
||||||
version=1.5.2
|
version=1.5.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-installbuilddir=/usr/share/apr-1/build"
|
configure_args="--with-installbuilddir=/usr/share/apr-1/build"
|
||||||
makedepends="libuuid-devel"
|
makedepends="expat-devel libuuid-devel"
|
||||||
short_desc="Apache Portable Runtime Library"
|
short_desc="Apache Portable Runtime Library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://apr.apache.org/"
|
homepage="http://apr.apache.org/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue