summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-09-25 14:35:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-09-25 14:35:39 +0000
commit7047c0a1c6cfb7792bdcca3b807f2a9a97cb7587 (patch)
tree4c5c81e19ce3d65797d15981086ad6cb59bf859c
parentbf70d83c626637b04b4d7f7aeaa0ed587806247e (diff)
downloadaports-7047c0a1c6cfb7792bdcca3b807f2a9a97cb7587.tar.bz2
aports-7047c0a1c6cfb7792bdcca3b807f2a9a97cb7587.tar.xz
testing/libwmxml: build fix
needs expat-dev
-rw-r--r--testing/libwbxml/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libwbxml/APKBUILD b/testing/libwbxml/APKBUILD
index d8b2f0c36..dce1f530a 100644
--- a/testing/libwbxml/APKBUILD
+++ b/testing/libwbxml/APKBUILD
@@ -6,7 +6,7 @@ pkgdesc="libwbxml is a library to encode and decode WAP Binary XML"
url="https://libwbxml.opensync.org"
license="LGPL"
depends=
-makedepends="cmake"
+makedepends="cmake expat-dev"
depends_dev="libxml2-dev"
install=
subpackages="$pkgname-dev $pkgname-doc"